EnterpriseKeyCredentialRegistrationManager.GetRegistrationsAsync 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.
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
IAsyncOperation<IVectorView<EnterpriseKeyCredentialRegistrationInfo>>
IAsyncOperation<IReadOnlyList<EnterpriseKeyCredentialRegistrationInfo>>
When this method completes, it returns the enterprise key credential registrations.
- Attributes