Метод | Описание | |
---|---|---|
Authenticate ( Stream stream, bool useSsl = true ) : Stream |
Authenticates the supplied stream. Returns the secure stream.
|
|
TryAuthenticate ( Stream stream, bool useSsl = true ) : bool |
Attempts to authenticate the provided stream, disposing the secure stream upon completion.
|
|
TryAuthenticate ( Stream stream, bool useSsl, Stream &secureStream ) : bool |
Attempts to authenticate the supplied stream.
|
Метод | Описание | |
---|---|---|
InternalTryAuthenticate ( Stream stream, byte certSignatures ) : bool |
Метод | Описание | |
---|---|---|
SecureStreamClientBase ( ) : System | ||
TryConnectSsl ( Stream stream, |
||
TryResumeSession ( Stream &secureStream, Stream stream2, byte certSignatures ) : bool | ||
UserCertificateSelectionCallback ( object sender, string targetHost, |
||
UserCertificateValidationCallback ( object sender, |
public Authenticate ( Stream stream, bool useSsl = true ) : Stream | ||
stream | Stream | the stream to authenticate |
useSsl | bool | gets if SSL will be used to authenticate |
Результат | Stream |
protected abstract InternalTryAuthenticate ( Stream stream, byte certSignatures ) : bool | ||
stream | Stream | |
certSignatures | byte | |
Результат | bool |
public TryAuthenticate ( Stream stream, bool useSsl = true ) : bool | ||
stream | Stream | the stream to authenticate |
useSsl | bool | gets if SSL will be used to authenticate |
Результат | bool |
public TryAuthenticate ( Stream stream, bool useSsl, Stream &secureStream ) : bool | ||
stream | Stream | The stream to authenticate |
useSsl | bool | |
secureStream | Stream | the secure stream if the authentication was successful. |
Результат | bool |