SmartCardCryptogramGenerator.CreateCryptogramMaterialStorageKeyAsync 메서드

정의

암호화 스토리지 키를 생성합니다.

public:
 virtual IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> ^ CreateCryptogramMaterialStorageKeyAsync(SmartCardUnlockPromptingBehavior promptingBehavior, Platform::String ^ storageKeyName, SmartCardCryptogramStorageKeyAlgorithm algorithm, SmartCardCryptogramStorageKeyCapabilities capabilities) = CreateCryptogramMaterialStorageKeyAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> CreateCryptogramMaterialStorageKeyAsync(SmartCardUnlockPromptingBehavior const& promptingBehavior, winrt::hstring const& storageKeyName, SmartCardCryptogramStorageKeyAlgorithm const& algorithm, SmartCardCryptogramStorageKeyCapabilities const& capabilities);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardCryptogramGeneratorOperationStatus> CreateCryptogramMaterialStorageKeyAsync(SmartCardUnlockPromptingBehavior promptingBehavior, string storageKeyName, SmartCardCryptogramStorageKeyAlgorithm algorithm, SmartCardCryptogramStorageKeyCapabilities capabilities);
function createCryptogramMaterialStorageKeyAsync(promptingBehavior, storageKeyName, algorithm, capabilities)
Public Function CreateCryptogramMaterialStorageKeyAsync (promptingBehavior As SmartCardUnlockPromptingBehavior, storageKeyName As String, algorithm As SmartCardCryptogramStorageKeyAlgorithm, capabilities As SmartCardCryptogramStorageKeyCapabilities) As IAsyncOperation(Of SmartCardCryptogramGeneratorOperationStatus)

매개 변수

promptingBehavior
SmartCardUnlockPromptingBehavior

사용자가 동작을 묻는 메시지를 표시합니다.

storageKeyName
String

Platform::String

winrt::hstring

새 스토리지 키의 이름입니다.

algorithm
SmartCardCryptogramStorageKeyAlgorithm

스토리지 키와 함께 사용할 암호화 알고리즘입니다.

capabilities
SmartCardCryptogramStorageKeyCapabilities

새 스토리지 키의 기능입니다.

반환

스토리지 키를 만든 후 상태 작업으로 완료되는 비동기 작업입니다.

특성

적용 대상

추가 정보