Defines the different authentication type values.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public enum AuthType
Visual Basic
Public Enumeration AuthType
Visual C++
public enum class AuthType

Members

Member nameValueDescription
Client1The certificate is a client certificate.
Server2The certificate is a server certificate.

See Also