A delegate used for verifying the remote Secure Sockets Layer (SSL) certificate which is used for authentication.

Namespace: S22.Xmpp.Core
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public RemoteCertificateValidationCallback Validate { get; set; }

See Also