SslCertificateValidationEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
SslCertificateValidationEventArgs(TlsSocket, String, CertificateChain)
Creates an instance of Ssl
Declaration
protected SslCertificateValidationEventArgs(TlsSocket socket, string serverName, CertificateChain certificateChain)
Parameters
Type | Name | Description |
---|---|---|
Tls |
socket | The socket that needs the certificate verification. |
String | serverName | Common name of the server. |
Certificate |
certificateChain | Certificate chain to be validated. |