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