Mentalis.org Security Library documentation

VerifyEventArgs Class

Provides data for the Verify event.

For a list of all members of this type, see VerifyEventArgs Members.

System.Object
   VerifyEventArgs

[Visual Basic]
Public Class VerifyEventArgs
[C#]
public class VerifyEventArgs

Remarks

When the CertVerifyEventHandler delegate is called, one of its parameters is an instance of this class. If the certificate should not be accepted and the connection should be closed, simply set the Valid property to false and return from the callback.

Requirements

Namespace: Org.Mentalis.Security.Ssl Namespace

Assembly: Org.Mentalis.Security.dll

See Also

VerifyEventArgs Members | Org.Mentalis.Security.Ssl Namespace