SmartCardChallengeContext.ChangeAdministrativeKeyAsync Methode

Definition

Ändert den Administratorschlüssel des smart Karte (auch als Administrator-PIN oder Entsperren der PIN bezeichnet).

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

Parameter

response
IBuffer

Die Antwort auf einen smarten Karte Authentifizierungsanforderungs-/Antwortvorgang.

newAdministrativeKey
IBuffer

Der neue Smart Karte-Administratorschlüssel.

Gibt zurück

Eine asynchrone Aktion, die nach abschluss des Änderungsversuchs für den Administratorschlüssel abgeschlossen ist.

Attribute

Gilt für:

Weitere Informationen