Creates an instance of SslCertificateValidationEventArgs object.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Protected Sub New ( _
	socket As TlsSocket, _
	serverName As String, _
	certificateChain As CertificateChain _
)
C#
protected SslCertificateValidationEventArgs(
	TlsSocket socket,
	string serverName,
	CertificateChain certificateChain
)

Parameters

socket
Type: Rebex.Net..::..TlsSocket
The socket that needs the certificate verification.
serverName
Type: System..::..String
Common name of the server.
certificateChain
Type: Rebex.Security.Certificates..::..CertificateChain
Certificate chain to be validated.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also