Mentalis.org Security Library documentation

SecurityOptions.Verifier Property

Gets or sets a delegate that will be called when the SecureSocket receives the peer certificate.

[Visual Basic]
Public Property Verifier As CertVerifyEventHandler
[C#]
public CertVerifyEventHandler Verifier {get; set;}

Property Value

A CertVerifyEventHandler delegate.

Remarks

This member will only be used if the VerificationType is set to Manual.

See Also

SecurityOptions Class | SecurityOptions Members | Org.Mentalis.Security.Ssl Namespace