IVpnCredential Interface
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.
Fournit une interface pour la plateforme VPN pour prendre en charge les informations d’identification demandées.
public interface class IVpnCredential
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3085404915, 42093, 16459, 135, 41, 24, 50, 82, 40, 83, 172)]
struct IVpnCredential
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3085404915, 42093, 16459, 135, 41, 24, 50, 82, 40, 83, 172)]
public interface IVpnCredential
Public Interface IVpnCredential
- Dérivé
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
networkingVpnProvider
|
Propriétés
AdditionalPin |
Obtient un code confidentiel supplémentaire fourni par l’utilisateur, généralement lors de la demande de nom d’utilisateur, de mot de passe et de code confidentiel. |
CertificateCredential |
Obtient le certificat auquel le plug-in a reçu l’accès après sa demande. |
OldPasswordCredential |
Obtient les informations d’identification précédentes que l’utilisateur a utilisées pour se connecter au serveur VPN, comme dans le cas d’une modification de mot de passe. |
PasskeyCredential |
Obtient le mot de passe ou le code confidentiel correspondant à cette demande d’informations d’identification. |