Поделиться через


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

Возможности нового ключа хранилища.

Возвращаемое значение

Асинхронная операция, которая завершается с состоянием операции после попытки создания ключа хранилища.

Атрибуты

Применяется к

См. также раздел