Share via


SmartCardProvisioning.GetIdAsync Method

Definition

Returns the smart card's ID.

public:
 virtual IAsyncOperation<Platform::Guid> ^ GetIdAsync() = GetIdAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::guid> GetIdAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<Guid> GetIdAsync();
function getIdAsync()
Public Function GetIdAsync () As IAsyncOperation(Of Guid)

Returns

IAsyncOperation<Guid>

IAsyncOperation<Platform::Guid>

IAsyncOperation<winrt::guid>

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

Attributes

Applies to

See also