SmartCardChallengeContext.ProvisionAsync Methode

Definition

Überlädt

ProvisionAsync(IBuffer, Boolean)

Konfiguriert eine vorhandene, konfigurierte intelligente Karte mit einer neuen Antwort neu. Optional formatieren Sie die intelligente Karte.

ProvisionAsync(IBuffer, Boolean, Guid)

Konfiguriert eine vorhandene, konfigurierte intelligente Karte mit einer neuen Antwort und ID neu. Optional formatieren Sie die intelligente Karte.

ProvisionAsync(IBuffer, Boolean)

Konfiguriert eine vorhandene, konfigurierte intelligente Karte mit einer neuen Antwort neu. Optional formatieren Sie die intelligente Karte.

public:
 virtual IAsyncAction ^ ProvisionAsync(IBuffer ^ response, bool formatCard) = ProvisionAsync;
/// [Windows.Foundation.Metadata.Overload("ProvisionAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ProvisionAsync(IBuffer const& response, bool const& formatCard);
[Windows.Foundation.Metadata.Overload("ProvisionAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ProvisionAsync(IBuffer response, bool formatCard);
function provisionAsync(response, formatCard)
Public Function ProvisionAsync (response As IBuffer, formatCard As Boolean) As IAsyncAction

Parameter

response
IBuffer

Die neue Antwort auf einen smarten Karte Authentifizierungsanforderungs-/Antwortvorgangs.

formatCard
Boolean

bool

True, um die smarte Karte zu formatieren, andernfalls false.

Gibt zurück

Eine asynchrone Aktion, die abgeschlossen wird, nachdem der Versuch der intelligenten Karte Neukonfiguration abgeschlossen wurde.

Attribute

Weitere Informationen

Gilt für:

ProvisionAsync(IBuffer, Boolean, Guid)

Konfiguriert eine vorhandene, konfigurierte intelligente Karte mit einer neuen Antwort und ID neu. Optional formatieren Sie die intelligente Karte.

public:
 virtual IAsyncAction ^ ProvisionAsync(IBuffer ^ response, bool formatCard, Platform::Guid newCardId) = ProvisionAsync;
/// [Windows.Foundation.Metadata.Overload("ProvisionAsyncWithNewCardId")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ProvisionAsync(IBuffer const& response, bool const& formatCard, winrt::guid const& newCardId);
[Windows.Foundation.Metadata.Overload("ProvisionAsyncWithNewCardId")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ProvisionAsync(IBuffer response, bool formatCard, Guid newCardId);
function provisionAsync(response, formatCard, newCardId)
Public Function ProvisionAsync (response As IBuffer, formatCard As Boolean, newCardId As Guid) As IAsyncAction

Parameter

response
IBuffer

Die neue Antwort auf einen smarten Karte Authentifizierungsanforderungs-/Antwortvorgangs.

formatCard
Boolean

bool

True, um die smarte Karte zu formatieren, andernfalls false.

newCardId
Guid

Platform::Guid

winrt::guid

Die neue smart Karte-ID.

Gibt zurück

Eine asynchrone Aktion, die abgeschlossen wird, nachdem der Versuch der intelligenten Karte Neukonfiguration abgeschlossen wurde.

Attribute

Weitere Informationen

Gilt für: