Enum ActiveDirectoryTrustEncryptionTypes
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The enabled Active Directory trust encryption types.
[TypeConverter(typeof(GlobalizedEnumConverter))]
[Flags]
public enum ActiveDirectoryTrustEncryptionTypes
Fields
AES128_CTS_HMAC_SHA1_96 = 8
The encryption type is AES128_CTS_HMAC_SHA1_96.
AES256_CTS_HMAC_SHA1_96 = 16
The encryption type is AES256_CTS_HMAC_SHA1_96.
DES_CBC_CRC = 1
The encryption type is DES_CBC_CRC.
DES_CBC_MD5 = 2
The encryption type is DES_CBC_MD5.
FutureEncryptionTypes = 2147483647
The encryption type is all future encryption types.
NotSpecified = 0
The encryption types are not specified.
RC4_HMAC_MD5 = 4
The encryption type is RC4_HMAC_MD5.
Unknown = -1
The encryption types are unknown.