SmartCardProvisioning.RequestPinChangeAsync Method
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.
Changes a smart card's personal identification number (PIN).
public:
virtual IAsyncOperation<bool> ^ RequestPinChangeAsync() = RequestPinChangeAsync;
IAsyncOperation<bool> RequestPinChangeAsync();
public IAsyncOperation<bool> RequestPinChangeAsync();
function requestPinChangeAsync()
Public Function RequestPinChangeAsync () As IAsyncOperation(Of Boolean)
Returns
After the smart card PIN change attempt completes, returns true if the smart card's PIN was successfully changed; otherwise false.
Remarks
When this method is called, it displays a UI to get the PIN from the user.