SmartCardChallengeContext.ChangeAdministrativeKeyAsync 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 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