TestimoX

API Reference

Enum

KerberosKdcErrorCode

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

Subset of KDC error codes useful for connectivity probes (RFC 4120 / Microsoft extensions).

Inheritance

  • Enum
  • KerberosKdcErrorCode

Values

public const KerberosKdcErrorCode KdcErrCPrincipalUnknown #

Client not found in Kerberos database.

Value: 6
public const KerberosKdcErrorCode KdcErrClientRevoked #

Client's credentials have been revoked.

Value: 18
public const KerberosKdcErrorCode KdcErrPreauthRequired #

Additional pre-authentication required.

Value: 25
public const KerberosKdcErrorCode KdcErrSPrincipalUnknown #

Server not found in Kerberos database.

Value: 7
public const KerberosKdcErrorCode KdcErrWrongRealm #

Requested realm does not match.

Value: 68