Mentalis.org Security Library documentation

VerifyEventArgs.Valid Property

Gets or sets whether the certificate should be accepted as a valid certficate or not.

[Visual Basic]
Public Property Valid As Boolean
[C#]
public bool Valid {get; set;}

Property Value

true if the certificate is valid, otherwise false.

See Also

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