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