Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.​Net.​Security.​NegotiateAuthenticationStatusCode
Assembly: System.Net.Security
Specifies the statuses for a single step of an authentication exchange.
Values
Completed
Operation completed successfully.
ContinueNeeded
Operation completed successfully but more tokens are to be exchanged with the other party.
GenericFailure
Operation resulted in failure but no specific error code was given.
BadBinding
Channel binding mismatch between client and server.
Unsupported
Unsupported authentication package was requested.
MessageAltered
Message was altered and failed an integrity check validation.
ContextExpired
Referenced authentication context has expired.
CredentialsExpired
Authentication credentials have expired.
InvalidCredentials
Consistency checks performed on the credential failed.
InvalidToken
Checks performed on the authentication token failed.
UnknownCredentials
The supplied credentials were not valid for context acceptance, or the credential handle did not reference any credentials.
QopNotSupported
Requested protection level is not supported.
OutOfSequence
Authentication token was identfied as duplicate, old, or out of expected sequence.
SecurityQosFailed
Validation of RequiredProtectionLevel against negotiated protection level failed.
TargetUnknown
Validation of the target name failed.
ImpersonationValidationFailed
Validation of the impersonation level failed.