Share via


SmartCardCryptogramGenerator.RequestCryptogramMaterialStorageKeyInfoAsync Methode

Definition

Gibt den öffentlichen Schlüssel und die Nachweisinformationen im Zusammenhang mit dem Kryptogrammspeicherschlüssel zurück.

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)

Parameter

promptingBehavior
SmartCardUnlockPromptingBehavior

Das Aufforderungsverhalten, das dem Benutzer zur Überprüfung angezeigt werden soll.

storageKeyName
String

Platform::String

winrt::hstring

Der Name des Speicherschlüssels.

format
CryptographicPublicKeyBlobType

Das Format, in dem der öffentliche Schlüssel des Speicherschlüssels zurückgegeben werden soll.

Gibt zurück

Ein asynchroner Vorgang, der die Informationen zum intelligenten Karte Kryptografiespeicherschlüssel zurückgibt.

Attribute

Gilt für:

Weitere Informationen