Mentalis.org Security Library documentation

SecurityOptions.RequestHandler Property

Gets or sets a delegate that will be called when the SecureSocket receives a request for a client certificate.

[Visual Basic]
Public Property RequestHandler As CertRequestEventHandler
[C#]
public CertRequestEventHandler RequestHandler {get; set;}

Property Value

A CertRequestEventHandler delegate.

Remarks

This member will only be used if no Certificate is specified in the Certificate property of this class.

See Also

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