PinEntryStatus 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.
Lists the possible PIN entry status values.
public enum PinEntryStatus
type PinEntryStatus =
Public Enum PinEntryStatus
- Inheritance
-
PinEntryStatus
Fields
Name | Value | Description |
---|---|---|
Success | 1 | PIN entry was successfully completed. |
Cancel | 2 | The user pressed the Cancel key, canceling PIN entry. |
Timeout | 3 | The device timed out before PIN entry was completed. |
Error | 100 | |
BadKey | 201 | The user pressed an invalid key during PIN entry. |