SmartCardChallengeContext.ChangeAdministrativeKeyAsync Method

Definition

Changes the smart card's admin key (also known as an administrator PIN or unblock PIN).

public:
 virtual IAsyncAction ^ ChangeAdministrativeKeyAsync(IBuffer ^ response, IBuffer ^ newAdministrativeKey) = ChangeAdministrativeKeyAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ChangeAdministrativeKeyAsync(IBuffer const& response, IBuffer const& newAdministrativeKey);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ChangeAdministrativeKeyAsync(IBuffer response, IBuffer newAdministrativeKey);
function changeAdministrativeKeyAsync(response, newAdministrativeKey)
Public Function ChangeAdministrativeKeyAsync (response As IBuffer, newAdministrativeKey As IBuffer) As IAsyncAction

Parameters

response
IBuffer

The response to a smart card authentication challenge/response operation.

newAdministrativeKey
IBuffer

The new smart card admin key.

Returns

An asynchronous action that completes after the admin key change attempt is done.

Attributes

Applies to

See also