SmartCardCryptogramGenerator.GetAllCryptogramMaterialCharacteristicsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all the cryptogram material characteristics.
public:
virtual IAsyncOperation<SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult ^> ^ GetAllCryptogramMaterialCharacteristicsAsync(SmartCardUnlockPromptingBehavior promptingBehavior, Platform::String ^ materialPackageName) = GetAllCryptogramMaterialCharacteristicsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult> GetAllCryptogramMaterialCharacteristicsAsync(SmartCardUnlockPromptingBehavior const& promptingBehavior, winrt::hstring const& materialPackageName);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult> GetAllCryptogramMaterialCharacteristicsAsync(SmartCardUnlockPromptingBehavior promptingBehavior, string materialPackageName);
function getAllCryptogramMaterialCharacteristicsAsync(promptingBehavior, materialPackageName)
Public Function GetAllCryptogramMaterialCharacteristicsAsync (promptingBehavior As SmartCardUnlockPromptingBehavior, materialPackageName As String) As IAsyncOperation(Of SmartCardCryptogramGetAllCryptogramMaterialCharacteristicsResult)
Parameters
- promptingBehavior
- SmartCardUnlockPromptingBehavior
The prompting behavior.
- materialPackageName
-
String
Platform::String
winrt::hstring
The material package name.
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)
|