Condividi tramite


SmartCardCryptogramGenerator.RequestCryptogramMaterialStorageKeyInfoAsync Metodo

Definizione

Restituisce le informazioni sulla chiave pubblica e sull'attestazione correlate alla chiave di archiviazione del crittogramma.

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)

Parametri

promptingBehavior
SmartCardUnlockPromptingBehavior

Comportamento di richiesta da visualizzare all'utente per la convalida.

storageKeyName
String

Platform::String

winrt::hstring

Nome della chiave di archiviazione.

format
CryptographicPublicKeyBlobType

Formato in cui deve essere restituita la chiave pubblica della chiave di archiviazione.

Restituisce

Operazione asincrona che restituisce le informazioni sulla chiave di archiviazione dello smart card.

Attributi

Si applica a

Vedi anche