Share via


SmartCardProvisioning.GetNameAsync Method

Definition

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

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

After the asynchronous operation completes, returns the smart card's name.

Attributes

Applies to

See also