Partager via


SmartCardCryptogramGenerator.RequestCryptogramMaterialStorageKeyInfoAsync Méthode

Définition

Retourne la clé publique et les informations d’attestation relatives à la clé de stockage du cryptogramme.

public:
 virtual IAsyncOperation<SmartCardCryptogramStorageKeyInfo ^> ^ RequestCryptogramMaterialStorageKeyInfoAsync(SmartCardUnlockPromptingBehavior promptingBehavior, Platform::String ^ storageKeyName, CryptographicPublicKeyBlobType format) = RequestCryptogramMaterialStorageKeyInfoAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardCryptogramStorageKeyInfo> RequestCryptogramMaterialStorageKeyInfoAsync(SmartCardUnlockPromptingBehavior const& promptingBehavior, winrt::hstring const& storageKeyName, CryptographicPublicKeyBlobType const& format);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardCryptogramStorageKeyInfo> RequestCryptogramMaterialStorageKeyInfoAsync(SmartCardUnlockPromptingBehavior promptingBehavior, string storageKeyName, CryptographicPublicKeyBlobType format);
function requestCryptogramMaterialStorageKeyInfoAsync(promptingBehavior, storageKeyName, format)
Public Function RequestCryptogramMaterialStorageKeyInfoAsync (promptingBehavior As SmartCardUnlockPromptingBehavior, storageKeyName As String, format As CryptographicPublicKeyBlobType) As IAsyncOperation(Of SmartCardCryptogramStorageKeyInfo)

Paramètres

promptingBehavior
SmartCardUnlockPromptingBehavior

Comportement d’invite à afficher à l’utilisateur pour validation.

storageKeyName
String

Platform::String

winrt::hstring

Nom de la clé de stockage.

format
CryptographicPublicKeyBlobType

Format dans lequel la clé publique de la clé de stockage doit être retournée.

Retours

Opération asynchrone qui retourne les informations de clé de stockage de cryptogramme smart carte.

Attributs

S’applique à

Voir aussi