SecurityCheckCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class SecurityCheckCode
public enum SecurityCheckCode
type SecurityCheckCode =
Public Enum SecurityCheckCode
- Inheritance
-
SecurityCheckCode
Fields
| AuthenticationFailed | 22 | |
| DCEErrorNoRetry | 4 | |
| DCEErrorRetry | 3 | |
| DCEInfoStatus | 2 | |
| EncAlgNotSupported | 27 | |
| GSSAPIErrorNoRetry | 7 | |
| GSSAPIErrorRetry | 6 | |
| GSSAPIInfoStatus | 5 | |
| GSSAPIServerCredentialExpired | 24 | |
| InvalidGSSAPIServerCredential | 23 | |
| InvalidToken | 11 | |
| LocalErrorNoRetry | 10 | |
| LocalErrorRetry | 9 | |
| LocalInfoStatus | 8 | |
| NewPasswordInvalid | 21 | |
| NotSupported | 1 | |
| PasswordExpired | 14 | |
| PasswordInvalid | 15 | |
| PasswordMissing | 16 | |
| RequireMoreSecurityContext | 25 | |
| Success | 0 | |
| UserIdInvalid | 19 | |
| UserIdMissing | 18 | |
| UserIdRevoked | 20 |