IMbnPin interface (mbnapi.h)

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.

Represents the device PIN.

Inheritance

The IMbnPin interface inherits from the IUnknown interface. IMbnPin also has these types of members:

Methods

The IMbnPin interface has these methods.

 
IMbnPin::Change

Changes the PIN.
IMbnPin::Disable

Disables a PIN.
IMbnPin::Enable

Enables a PIN.
IMbnPin::Enter

Enters a PIN.
IMbnPin::get_PinFormat

The PIN format.
IMbnPin::get_PinLengthMax

The maximum length of the PIN.
IMbnPin::get_PinLengthMin

The minimum length of the PIN.
IMbnPin::get_PinMode

The PIN mode.
IMbnPin::get_PinType

The PIN type.
IMbnPin::GetPinManager

Gets the IMbnPinManager.
IMbnPin::Unblock

Unblocks a blocked PIN.

Remarks

IMbnPin objects are provided by calls to the GetPin and GetPinList methods of the IMbnPinManager interface.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server None supported
Target Platform Windows
Header mbnapi.h