Enum ExchangeClientCertificateAuthenticationType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the client certificate authentication type.
public enum ExchangeClientCertificateAuthenticationType
Fields
Accepted = 2
Accept client certificates.
Ignore = 1
Ignore client certificates.
Required = 3
Require client certificates.
Unknown = 0
The client certificate authentication type is unknown.