# KERB\_ETYPE

```csharp
public const uint KERB_ETYPE_AES128_CTS_HMAC_SHA1_96 = 17U;
public const uint KERB_ETYPE_AES256_CTS_HMAC_SHA1_96 = 18U;
public const int KERB_ETYPE_RC4_PLAIN2 = -129;
public const int KERB_ETYPE_RC4_LM = -130;
public const int KERB_ETYPE_RC4_SHA = -131;
public const int KERB_ETYPE_DES_PLAIN = -132;
public const int KERB_ETYPE_RC4_HMAC_OLD = -133;
public const int KERB_ETYPE_RC4_PLAIN_OLD = -134;
public const int KERB_ETYPE_RC4_HMAC_OLD_EXP = -135;
public const int KERB_ETYPE_RC4_PLAIN_OLD_EXP = -136;
public const int KERB_ETYPE_RC4_PLAIN = -140;
public const int KERB_ETYPE_RC4_PLAIN_EXP = -141;
public const int KERB_ETYPE_AES128_CTS_HMAC_SHA1_96_PLAIN = -148;
public const int KERB_ETYPE_AES256_CTS_HMAC_SHA1_96_PLAIN = -149;
public const uint KERB_ETYPE_DSA_SHA1_CMS = 9U;
public const uint KERB_ETYPE_RSA_MD5_CMS = 10U;
public const uint KERB_ETYPE_RSA_SHA1_CMS = 11U;
public const uint KERB_ETYPE_RC2_CBC_ENV = 12U;
public const uint KERB_ETYPE_RSA_ENV = 13U;
public const uint KERB_ETYPE_RSA_ES_OEAP_ENV = 14U;
public const uint KERB_ETYPE_DES_EDE3_CBC_ENV = 15U;
public const uint KERB_ETYPE_DSA_SIGN = 8U;
public const uint KERB_ETYPE_RSA_PRIV = 9U;
public const uint KERB_ETYPE_RSA_PUB = 10U;
public const uint KERB_ETYPE_RSA_PUB_MD5 = 11U;
public const uint KERB_ETYPE_RSA_PUB_SHA1 = 12U;
public const uint KERB_ETYPE_PKCS7_PUB = 13U;
public const uint KERB_ETYPE_DES3_CBC_MD5 = 5U;
public const uint KERB_ETYPE_DES3_CBC_SHA1 = 7U;
public const uint KERB_ETYPE_DES3_CBC_SHA1_KD = 16U;
public const uint KERB_ETYPE_DES_CBC_MD5_NT = 20U;
public const uint KERB_ETYPE_RC4_HMAC_NT_EXP = 24U;
public const uint KERB_ETYPE_DEFAULT = 0U;
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.pinvoke.dev/identity/kerb_etype.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
