Enum MicrosoftDnsServerCryptoAlgorithm
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the cryptographic algorithm used.
public enum MicrosoftDnsServerCryptoAlgorithm
Fields
ECDsaP256Sha256 = 5The cryptographic algorithm is ECDSAP256/SHA-256.
ECDsaP384Sha384 = 6The cryptographic algorithm is ECDSAP384/SHA-384.
RsaSha1 = 1The cryptographic algorithm is RSA/SHA-1.
RsaSha1NSec3 = 2The cryptographic algorithm is RSA/SHA-1 (NSEC3).
RsaSha256 = 3The cryptographic algorithm is RSA/SHA-256.
RsaSha512 = 4The cryptographic algorithm is RSA/SHA-512.
Unknown = 0The cryptographic algorithm is unknown.