SmartCardCryptogramGenerator.GetAllCryptogramMaterialPackageCharacteristicsAsync Method

Definition

Overloads

GetAllCryptogramMaterialPackageCharacteristicsAsync()

Gets all cryptogram material package characteristics.

GetAllCryptogramMaterialPackageCharacteristicsAsync(String)

Gets all the cryptogram material package characteristics.

GetAllCryptogramMaterialPackageCharacteristicsAsync()

Gets all cryptogram material package characteristics.

public:
 virtual IAsyncOperation<SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult ^> ^ GetAllCryptogramMaterialPackageCharacteristicsAsync() = GetAllCryptogramMaterialPackageCharacteristicsAsync;
/// [Windows.Foundation.Metadata.Overload("GetAllCryptogramMaterialPackageCharacteristicsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult> GetAllCryptogramMaterialPackageCharacteristicsAsync();
[Windows.Foundation.Metadata.Overload("GetAllCryptogramMaterialPackageCharacteristicsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult> GetAllCryptogramMaterialPackageCharacteristicsAsync();
function getAllCryptogramMaterialPackageCharacteristicsAsync()
Public Function GetAllCryptogramMaterialPackageCharacteristicsAsync () As IAsyncOperation(Of SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult)

Returns

Returns an asynchronous operation that completes with the package 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

GetAllCryptogramMaterialPackageCharacteristicsAsync(String)

Gets all the cryptogram material package characteristics.

public:
 virtual IAsyncOperation<SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult ^> ^ GetAllCryptogramMaterialPackageCharacteristicsAsync(Platform::String ^ storageKeyName) = GetAllCryptogramMaterialPackageCharacteristicsAsync;
/// [Windows.Foundation.Metadata.Overload("GetAllCryptogramMaterialPackageCharacteristicsWithStorageKeyAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult> GetAllCryptogramMaterialPackageCharacteristicsAsync(winrt::hstring const& storageKeyName);
[Windows.Foundation.Metadata.Overload("GetAllCryptogramMaterialPackageCharacteristicsWithStorageKeyAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult> GetAllCryptogramMaterialPackageCharacteristicsAsync(string storageKeyName);
function getAllCryptogramMaterialPackageCharacteristicsAsync(storageKeyName)
Public Function GetAllCryptogramMaterialPackageCharacteristicsAsync (storageKeyName As String) As IAsyncOperation(Of SmartCardCryptogramGetAllCryptogramMaterialPackageCharacteristicsResult)

Parameters

storageKeyName
String

Platform::String

winrt::hstring

The storage key name.

Returns

Returns an asynchronous operation that completes with the package 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