ValidationFailure 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.
The reason for being unable to validate
public enum ValidationFailure
type ValidationFailure =
Public Enum ValidationFailure
- Inheritance
-
ValidationFailure
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates no validation failures |
InvalidLifetime | 1 | Indicates that the lifetime was invalid |
InvalidIssuer | 2 | Indicates that the issuer was invalid |