TestimoX

API Reference

Enum

KerberosEncryptionType

Namespace ADPlayground
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Known Kerberos ticket encryption types.

Inheritance

  • Enum
  • KerberosEncryptionType

Values

public const KerberosEncryptionType DesCbcCrc #

DES-CBC-CRC algorithm.

Value: 1
public const KerberosEncryptionType DesCbcMd5 #

DES-CBC-MD5 algorithm.

Value: 3
public const KerberosEncryptionType Aes128 #

AES128-CTS-HMAC-SHA1-96 algorithm.

Value: 17
public const KerberosEncryptionType Aes256 #

AES256-CTS-HMAC-SHA1-96 algorithm.

Value: 18
public const KerberosEncryptionType Rc4Hmac #

RC4-HMAC algorithm.

Value: 23
public const KerberosEncryptionType Rc4HmacExp #

RC4-HMAC-EXP algorithm.

Value: 24