SmartCardProvisioning.GetAuthorityKeyContainerNameAsync 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.
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
An async operation that provides access to a string containing the name of the authority key container.
- Attributes