VpnCredentialType
VpnCredentialType
VpnCredentialType
VpnCredentialType
Enum
Definition
Specifies the types of credentials that can be requested by the VPN platform.
public : enum class VpnCredentialTypepublic enum VpnCredentialTypePublic Enum VpnCredentialType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Fields
| ProtectedCertificate ProtectedCertificate ProtectedCertificate ProtectedCertificate | Represents a credential type of a protected certificate. |
| SmartCard SmartCard SmartCard SmartCard | Represents a credential type of smart card. |
| UnProtectedCertificate UnProtectedCertificate UnProtectedCertificate UnProtectedCertificate | Represents a credential type of a certificate. |
| UsernameOtpPin UsernameOtpPin UsernameOtpPin UsernameOtpPin | Represents a credential type of username, and a PIN or OTP. |
| UsernamePassword UsernamePassword UsernamePassword UsernamePassword | Represents a credential of type Username and Password. |
| UsernamePasswordAndPin UsernamePasswordAndPin UsernamePasswordAndPin UsernamePasswordAndPin | Represents a credential type of username, password, and PIN. |
| UsernamePasswordChange UsernamePasswordChange UsernamePasswordChange UsernamePasswordChange | Represents a password change. The current password, new password, and a confirmation of the new password will be collected. |