Share via


SmartCardProvisioning.GetAuthorityKeyContainerNameAsync Method

Definition

Asynchronously gets the name of the authority key container.

public:
 virtual IAsyncOperation<Platform::String ^> ^ GetAuthorityKeyContainerNameAsync() = GetAuthorityKeyContainerNameAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<winrt::hstring> GetAuthorityKeyContainerNameAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<string> GetAuthorityKeyContainerNameAsync();
function getAuthorityKeyContainerNameAsync()
Public Function GetAuthorityKeyContainerNameAsync () As IAsyncOperation(Of String)

Returns

IAsyncOperation<String>

IAsyncOperation<Platform::String>

IAsyncOperation<winrt::hstring>

An async operation that provides access to a string containing the name of the authority key container.

Attributes

Applies to

See also