Mentalis.org Security Library documentation

CredentialVerification Enumeration

Specifies the method used to verify the remote credential.

[Visual Basic]
Public Enum CredentialVerification
[C#]
public enum CredentialVerification

Members

Member NameDescription
ManualThe remote certificate will be manually verified. When an incoming connection is accepted, the SecureSocket will raise a CertVerification event.
AutoThe remote certificate will be automatically verified by the SSPI.
AutoWithoutCNameThe remote certificate will be automatically verified by the SSPI, but the common name of the server will not be checked.
NoneThe remote certificate will not be verified.

Requirements

Namespace: Org.Mentalis.Security.Ssl Namespace

Assembly: Org.Mentalis.Security.dll

See Also

Org.Mentalis.Security.Ssl Namespace