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.
Important
Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.
The MBN_PIN_FORMAT enumerated type indicates whether a PIN is numeric or alphanumeric.
Syntax
typedef enum MBN_PIN_FORMAT {
MBN_PIN_FORMAT_NONE = 0,
MBN_PIN_FORMAT_NUMERIC,
MBN_PIN_FORMAT_ALPHANUMERIC
} ;
Constants
MBN_PIN_FORMAT_NONE Value: 0 Indicates that the PIN format is not known. |
MBN_PIN_FORMAT_NUMERIC Indicates that the PIN is in numeric format. The only allowed characters are 0-9. |
MBN_PIN_FORMAT_ALPHANUMERIC Indicates that the PIN is in alphanumeric format. Allowed characters are a-z, A-Z, 0-9, *, and #. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | None supported |
Header | mbnapi.h |