TestimoX

API Reference

Enum

KerberosPayloadResponseType

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

Top-level Kerberos payload response type.

Inheritance

  • Enum
  • KerberosPayloadResponseType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const KerberosPayloadResponseType Unknown #

Response type could not be identified.

Value: 0
public const KerberosPayloadResponseType KrbError #

KRB-ERROR (Application 30).

Value: 1
public const KerberosPayloadResponseType AsRep #

AS-REP (Application 11).

Value: 2