Partager via


KeyCredentialManager.OpenAsync(String) Méthode

Définition

Récupère des informations d’identification de clé pour l’utilisateur et l’application actuels.

public:
 static IAsyncOperation<KeyCredentialRetrievalResult ^> ^ OpenAsync(Platform::String ^ name);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<KeyCredentialRetrievalResult> OpenAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<KeyCredentialRetrievalResult> OpenAsync(string name);
function openAsync(name)
Public Shared Function OpenAsync (name As String) As IAsyncOperation(Of KeyCredentialRetrievalResult)

Paramètres

name
String

Platform::String

winrt::hstring

Nom des informations d’identification de clé à ouvrir.

Retours

Une fois cette méthode terminée, elle retourne les résultats de la récupération des informations d’identification de clé.

Attributs

S’applique à