EnterpriseKeyCredentialRegistrationManager.GetRegistrationsAsync Method

Definition

Gets the enterprise key credential registrations.

public:
 virtual IAsyncOperation<IVectorView<EnterpriseKeyCredentialRegistrationInfo ^> ^> ^ GetRegistrationsAsync() = GetRegistrationsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<EnterpriseKeyCredentialRegistrationInfo>> GetRegistrationsAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<EnterpriseKeyCredentialRegistrationInfo>> GetRegistrationsAsync();
function getRegistrationsAsync()
Public Function GetRegistrationsAsync () As IAsyncOperation(Of IReadOnlyList(Of EnterpriseKeyCredentialRegistrationInfo))

Returns

When this method completes, it returns the enterprise key credential registrations.

Attributes

Applies to