SmartCardCryptogramGenerator.GetAllCryptogramMaterialPackageCharacteristicsAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetAllCryptogramMaterialPackageCharacteristicsAsync() |
Ottiene tutte le caratteristiche del pacchetto del materiale del cryptogramma. |
GetAllCryptogramMaterialPackageCharacteristicsAsync(String) |
Ottiene tutte le caratteristiche del pacchetto del materiale del cryptogramma. |
GetAllCryptogramMaterialPackageCharacteristicsAsync()
Ottiene tutte le caratteristiche del pacchetto del materiale del cryptogramma.
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)
Restituisce
Restituisce un'operazione asincrona che viene completata con il risultato delle caratteristiche del pacchetto.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows Mobile Extension SDK (è stato introdotto in 10.0.15063.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (è stato introdotto in v4.0)
|
Si applica a
GetAllCryptogramMaterialPackageCharacteristicsAsync(String)
Ottiene tutte le caratteristiche del pacchetto del materiale del cryptogramma.
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)
Parametri
- storageKeyName
-
String
Platform::String
winrt::hstring
Nome della chiave di archiviazione.
Restituisce
Restituisce un'operazione asincrona che viene completata con il risultato delle caratteristiche del pacchetto.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows Mobile Extension SDK (è stato introdotto in 10.0.15063.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (è stato introdotto in v4.0)
|