Share via


SmartCardProvisioning.RequestPinChangeAsync Method

Definition

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.

Applies to

See also