KerberosKeyTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Kerberos key types used in this assembly.
public enum KerberosKeyTypes
type KerberosKeyTypes =
Public Enum KerberosKeyTypes
- Inheritance
-
KerberosKeyTypes
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. |
DecCbcCrc | 1 | dec-cbc-crc ([RFC3961] section 6.2.3) |
DesCbcMd5 | 3 | des-cbc-md5 ([RFC3961] section 6.2.1) |
Aes128CtsHmacSha196 | 17 | aes128-cts-hmac-sha1-96 ([RFC3962] section 6) |
Aes256CtsHmacSha196 | 18 | aes256-cts-hmac-sha1-96 ([RFC3962] section 6) |