Click or drag to resize

ServerCertificateValidateEventHandler Delegate

Handler for ServerCertificateValidateEventHandler.

Namespace: Limilabs.Client
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public delegate void ServerCertificateValidateEventHandler(
	Object sender,
	ServerCertificateValidateEventArgs e
)

Parameters

sender  Object
An object that contains state information for this validation.
e  ServerCertificateValidateEventArgs
Event arguments. Use IsValid to validate the certificate.
See Also