Partager via


SmartCardChallengeContext.ProvisionAsync Méthode

Définition

Surcharges

ProvisionAsync(IBuffer, Boolean)

Reconfigure une carte intelligente existante et configurée avec une nouvelle réponse. Si vous le souhaitez, met en forme le carte intelligent.

ProvisionAsync(IBuffer, Boolean, Guid)

Reconfigure un carte intelligent existant et configuré avec une nouvelle réponse et un nouvel ID. Si vous le souhaitez, met en forme le carte intelligent.

ProvisionAsync(IBuffer, Boolean)

Reconfigure une carte intelligente existante et configurée avec une nouvelle réponse. Si vous le souhaitez, met en forme le carte intelligent.

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

Paramètres

response
IBuffer

Nouvelle réponse à une opération de défi/réponse d’authentification intelligente carte.

formatCard
Boolean

bool

True pour mettre en forme le carte intelligent ; sinon false.

Retours

Action asynchrone qui se termine une fois la tentative de reconfiguration smart carte effectuée.

Attributs

Voir aussi

S’applique à

ProvisionAsync(IBuffer, Boolean, Guid)

Reconfigure un carte intelligent existant et configuré avec une nouvelle réponse et un nouvel ID. Si vous le souhaitez, met en forme le carte intelligent.

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

Paramètres

response
IBuffer

Nouvelle réponse à une opération de défi/réponse d’authentification intelligente carte.

formatCard
Boolean

bool

True pour mettre en forme le carte intelligent ; sinon false.

newCardId
Guid

Platform::Guid

winrt::guid

Nouvel ID de carte intelligent.

Retours

Action asynchrone qui se termine une fois la tentative de reconfiguration smart carte effectuée.

Attributs

Voir aussi

S’applique à