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 = 8The encryption type is AES128_CTS_HMAC_SHA1_96.
AES256_CTS_HMAC_SHA1_96 = 16The encryption type is AES256_CTS_HMAC_SHA1_96.
DES_CBC_CRC = 1The encryption type is DES_CBC_CRC.
DES_CBC_MD5 = 2The encryption type is DES_CBC_MD5.
FutureEncryptionTypes = 2147483647The encryption type is all future encryption types.
NotSpecified = 0The encryption types are not specified.
RC4_HMAC_MD5 = 4The encryption type is RC4_HMAC_MD5.
Unknown = -1The encryption types are unknown.