VpnCredentialType Énumération
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.
Spécifie les types d’informations d’identification qui peuvent être demandés par la plateforme VPN.
public enum class VpnCredentialType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class VpnCredentialType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum VpnCredentialType
var value = Windows.Networking.Vpn.VpnCredentialType.usernamePassword
Public Enum VpnCredentialType
- Héritage
-
VpnCredentialType
- 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
|
Champs
ProtectedCertificate | 5 | Représente un type d’informations d’identification d’un certificat protégé. |
SmartCard | 4 | Représente un type d’informations d’identification de carte à puce. |
UnProtectedCertificate | 6 | Représente un type d’informations d’identification d’un certificat. |
UsernameOtpPin | 1 | Représente un type d’informations d’identification de nom d’utilisateur et un code confidentiel ou un mot de passe à usage unique. |
UsernamePassword | 0 | Représente des informations d’identification de type Nom d’utilisateur et Mot de passe. |
UsernamePasswordAndPin | 2 | Représente un type d’informations d’identification de nom d’utilisateur, de mot de passe et de code confidentiel. |
UsernamePasswordChange | 3 | Représente une modification de mot de passe. Le mot de passe actuel, le nouveau mot de passe et une confirmation du nouveau mot de passe seront collectés. |