SmartCardCryptogramGenerator.GetSmartCardCryptogramGeneratorAsync 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 the smart card cryptogram generator.
public:
static IAsyncOperation<SmartCardCryptogramGenerator ^> ^ GetSmartCardCryptogramGeneratorAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<SmartCardCryptogramGenerator> GetSmartCardCryptogramGeneratorAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<SmartCardCryptogramGenerator> GetSmartCardCryptogramGeneratorAsync();
function getSmartCardCryptogramGeneratorAsync()
Public Shared Function GetSmartCardCryptogramGeneratorAsync () As IAsyncOperation(Of SmartCardCryptogramGenerator)
Returns
An asynchronous operation that completes with a generator.
- Attributes