Share via


SmartCardProvisioning.RequestPinResetAsync(SmartCardPinResetHandler) Method

Definition

Resets a smart card's personal identification number (PIN).

public:
 virtual IAsyncOperation<bool> ^ RequestPinResetAsync(SmartCardPinResetHandler ^ handler) = RequestPinResetAsync;
IAsyncOperation<bool> RequestPinResetAsync(SmartCardPinResetHandler const& handler);
public IAsyncOperation<bool> RequestPinResetAsync(SmartCardPinResetHandler handler);
function requestPinResetAsync(handler)
Public Function RequestPinResetAsync (handler As SmartCardPinResetHandler) As IAsyncOperation(Of Boolean)

Parameters

handler
SmartCardPinResetHandler

The method that handles the smart card PIN reset.

Returns

After the smart card PIN reset attempt completes, returns true if the smart card's PIN was successfully reset; otherwise false.

Remarks

When this method is called, it displays a UI to get the PIN from the user.

Applies to

See also