SmartCardCryptogramGenerator.CreateCryptogramMaterialStorageKeyAsync Method

Definition

Generates a cryptogram storage key.

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)

Parameters

promptingBehavior
SmartCardUnlockPromptingBehavior

The user prompting behavior.

storageKeyName
String

Platform::String

winrt::hstring

The name of the new storage key.

algorithm
SmartCardCryptogramStorageKeyAlgorithm

The encryption algorithm to use with the storage key.

capabilities
SmartCardCryptogramStorageKeyCapabilities

The capabilities of the new storage key.

Returns

An asynchronous operation that completes with an operation status after the attempt of creating a storage key.

Attributes

Applies to

See also