SmartCardProvisioning.GetNameAsync 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.
Returns the smart card's minidriver name.
public:
virtual IAsyncOperation<Platform::String ^> ^ GetNameAsync() = GetNameAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> GetNameAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> GetNameAsync();
function getNameAsync()
Public Function GetNameAsync () As IAsyncOperation(Of String)
Returns
After the asynchronous operation completes, returns the smart card's name.
- Attributes