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