Share via


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

스토리지 키의 공개 키를 반환할 형식입니다.

반환

스마트 카드 암호화 스토리지 키 정보를 반환하는 비동기 작업입니다.

특성

적용 대상

추가 정보