Partager via


KeyCredentialManager Classe

Définition

Contient des méthodes pour la gestion de base des informations d’identification de clé.

public ref class KeyCredentialManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class KeyCredentialManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class KeyCredentialManager
Public Class KeyCredentialManager
Héritage
Object Platform::Object IInspectable KeyCredentialManager
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Méthodes

DeleteAsync(String)

Supprime une clé d’identité utilisateur précédemment provisionnée pour l’utilisateur et l’application actuels.

IsSupportedAsync()

Détermine si l’appareil et l’utilisateur actuels sont capables de provisionner des informations d’identification de clé.

OpenAsync(String)

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

RenewAttestationAsync()

Renouvelle une attestation pour les informations d’identification d’une clé.

RequestCreateAsync(String, KeyCredentialCreationOption)

Crée une nouvelle clé d’informations d’identification pour l’utilisateur et l’application actuels.

S’applique à

Voir aussi