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

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