Méthode |
Description |
|
AcquireClientCredentials ( byte &thumbPrint ) : bool |
|
|
AcquireServerCredentials ( byte &thumbPrint ) : bool |
|
|
Close ( ) : void |
|
|
Decrypt ( byte payload, int &offset, int &count ) : SecurityStatusPal |
|
|
Encrypt ( byte buffer, int offset, int size, byte &output, int &resultSize ) : SecurityStatusPal |
|
|
EnsurePrivateKey ( X509Certificate certificate ) : X509Certificate2 |
|
|
GenerateAlertToken ( ) : ProtocolToken |
|
|
GenerateToken ( byte input, int offset, int count, byte &output ) : SecurityStatusPal |
|
|
GetAlertMessageFromChain ( X509Chain chain ) : TlsAlertMessage |
|
|
GetChannelBinding ( ChannelBindingKind kind ) : ChannelBinding |
|
|
GetRequestCertificateAuthorities ( ) : string[] |
|
|
LogCertificateValidation ( RemoteCertValidationCallback remoteCertValidationCallback, SslPolicyErrors sslPolicyErrors, bool success, X509Chain chain ) : void |
|
|
MakeEx ( X509Certificate certificate ) : X509Certificate2 |
|
|
NextMessage ( byte incoming, int offset, int count ) : ProtocolToken |
|
|
ProcessHandshakeSuccess ( ) : void |
|
|
SecureChannel ( string hostname, bool serverMode, SslProtocols sslProtocols, X509Certificate serverCertificate, X509CertificateCollection clientCertificates, bool remoteCertRequired, bool checkCertName, bool checkCertRevocationStatus, EncryptionPolicy encryptionPolicy, LocalCertSelectionCallback certSelectionDelegate ) : System.Collections.Generic |
|
|
SetRefreshCredentialNeeded ( ) : void |
|
|
VerifyRemoteCertificate ( RemoteCertValidationCallback remoteCertValidationCallback, ProtocolToken &alertToken ) : bool |
|
|