PinFailureReason 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.
Represents various reasons associate with a pin operation failure.
public enum class PinFailureReason
public enum PinFailureReason
type PinFailureReason =
Public Enum PinFailureReason
- Inheritance
-
PinFailureReason
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The operation failed for an unknown reason. |
UserPinAccountDisabled | 5 | User account is disabled. |
UserPinAccountLocked | 10 | User account is locked. |
IncorrectPin | 15 | Incorrect pin was used. |
NonUniqueUser | 20 | Multiple users are linked with the same uri and pin. |
PinExpired | 25 | Pin has expired. |
PinDoesNotMeetMinimumRequirements | 30 | Pin supplied does not meeting minimum requirements. |
PinNotEnabledForUser | 35 | Pin has not been enabled for the user. |
PinNotSet | 40 | The user has not set a pin. |
PinNotUnique | 45 | The entered pin is not unique. |
Unauthorized | 50 | Unauthorized to perform this request. |
UserDoesNotExist | 55 | The user does not exist. |