SmartCardProvisioning.FromSmartCardAsync(SmartCard) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une carte intelligente à configurer.
public:
static IAsyncOperation<SmartCardProvisioning ^> ^ FromSmartCardAsync(SmartCard ^ card);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<SmartCardProvisioning> FromSmartCardAsync(SmartCard const& card);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SmartCardProvisioning> FromSmartCardAsync(SmartCard card);
function fromSmartCardAsync(card)
Public Shared Function FromSmartCardAsync (card As SmartCard) As IAsyncOperation(Of SmartCardProvisioning)
Paramètres
- card
- SmartCard
Carte intelligente spécifiée.
Retours
Instance de SmartCardProvisioning, représentant les carte intelligentes à configurer.
- Attributs