Defines the different authentication type values.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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 name | Value | Description | |
---|---|---|---|
Client | 1 | The certificate is a client certificate. | |
Server | 2 | The certificate is a server certificate. |