Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents various reasons associate with a pin operation failure.
Namespace: Microsoft.Rtc.Collaboration.PinManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration PinFailureReason
'Usage
Dim instance As PinFailureReason
public enum PinFailureReason
Members
| Member name | Description | |
|---|---|---|
| Unknown | The operation failed for an unknown reason. | |
| UserPinAccountDisabled | User account is disabled. | |
| UserPinAccountLocked | User account is locked. | |
| IncorrectPin | Incorrect pin was used. | |
| NonUniqueUser | Multiple users are linked with the same uri and pin. | |
| PinExpired | Pin has expired. | |
| PinDoesNotMeetMinimumRequirements | Pin supplied does not meeting minimum requirements. | |
| PinNotEnabledForUser | Pin has not been enabled for the user. | |
| PinNotSet | The user has not set a pin. | |
| PinNotUnique | The entered pin is not unique. | |
| Unauthorized | Unauthorized to perform this request. | |
| UserDoesNotExist | The user does not exist. |