Enum MicrosoftDnsServerTrustAnchorDigestType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the digest type used by a trust anchor.
public enum MicrosoftDnsServerTrustAnchorDigestType
Fields
Sha1 = 1
The digest type is SHA-1.
Sha256 = 2
The digest type is SHA-256.
Sha384 = 3
The digest type is SHA-348.
Unknown = 0
The digest type is unknown.