Table of Contents

Enum KerberosKeyTypes

Namespace
Microsoft.Identity.Client.Kerberos
Assembly
Microsoft.Identity.Client.dll

The Kerberos key types used in this assembly.

public enum KerberosKeyTypes

Fields

Aes128CtsHmacSha196 = 17

aes128-cts-hmac-sha1-96 ([RFC3962] section 6)

Aes256CtsHmacSha196 = 18

aes256-cts-hmac-sha1-96 ([RFC3962] section 6)

DecCbcCrc = 1

dec-cbc-crc ([RFC3961] section 6.2.3)

DesCbcMd5 = 3

des-cbc-md5 ([RFC3961] section 6.2.1)

None = 0

None.