API Reference
Enum
KerberosKdcErrorCode
Subset of KDC error codes useful for connectivity probes (RFC 4120 / Microsoft extensions).
Inheritance
- Enum
- KerberosKdcErrorCode
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const KerberosKdcErrorCode KdcErrCPrincipalUnknown #Client not found in Kerberos database.
Value:
6public const KerberosKdcErrorCode KdcErrClientRevoked #Client's credentials have been revoked.
Value:
18public const KerberosKdcErrorCode KdcErrPreauthRequired #Additional pre-authentication required.
Value:
25public const KerberosKdcErrorCode KdcErrSPrincipalUnknown #Server not found in Kerberos database.
Value:
7