Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SmartCardProvisioning.RequestPinResetAsync(SmartCardPinResetHandler) Method
Definition
- Namespace:
- Windows.Devices.SmartCards
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.
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
Feedback
Was this page helpful?
