EnterpriseKeyCredentialRegistrationManager.GetRegistrationsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les inscriptions d’informations d’identification de clé d’entreprise.
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))
Retours
IAsyncOperation<IVectorView<EnterpriseKeyCredentialRegistrationInfo>>
IAsyncOperation<IReadOnlyList<EnterpriseKeyCredentialRegistrationInfo>>
Une fois cette méthode terminée, elle retourne les inscriptions d’informations d’identification de clé d’entreprise.
- Attributs