SmartCardCryptogramGenerator.GetAllCryptogramStorageKeyCharacteristicsAsync Method

Definition

Gets all storage key characteristics.

public:
 virtual IAsyncOperation<SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult ^> ^ GetAllCryptogramStorageKeyCharacteristicsAsync() = GetAllCryptogramStorageKeyCharacteristicsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult> GetAllCryptogramStorageKeyCharacteristicsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult> GetAllCryptogramStorageKeyCharacteristicsAsync();
function getAllCryptogramStorageKeyCharacteristicsAsync()
Public Function GetAllCryptogramStorageKeyCharacteristicsAsync () As IAsyncOperation(Of SmartCardCryptogramGetAllCryptogramStorageKeyCharacteristicsResult)

Returns

Returns an asynchronous operation that completes with the characteristics result.

Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.15063.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v4.0)

Applies to