SmartCardCryptogramGenerator.GetAllCryptogramStorageKeyCharacteristicsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft alle Speicherschlüsselmerkmale ab.
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)
Gibt zurück
Gibt einen asynchronen Vorgang zurück, der mit dem Ergebnis der Merkmale abgeschlossen wird.
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows Mobile Extension SDK (eingeführt in 10.0.15063.0)
|
API contract |
Windows.Devices.SmartCards.SmartCardEmulatorContract (eingeführt in v4.0)
|