次の方法で共有


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

ストレージ キーの公開キーが返される形式。

戻り値

スマート カード暗号化グラムのストレージ キー情報を返す非同期操作。

属性

適用対象

こちらもご覧ください