共用方式為


SmartCardCryptogramGenerator.RequestCryptogramMaterialStorageKeyInfoAsync 方法

定義

傳回與密碼編譯器儲存金鑰相關的公開金鑰和證明信息。

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)

參數

promptingBehavior
SmartCardUnlockPromptingBehavior

向使用者顯示驗證的提示行為。

storageKeyName
String

Platform::String

winrt::hstring

儲存體金鑰的名稱。

format
CryptographicPublicKeyBlobType

要傳回儲存體金鑰公開金鑰的格式。

傳回

傳回智慧卡密碼編譯器儲存金鑰資訊的非同步作業。

屬性

適用於

另請參閱