VpnCredentialType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 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
- 繼承
-
VpnCredentialType
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
應用程式功能 |
networkingVpnProvider
|
欄位
ProtectedCertificate | 5 | 表示受保護憑證的認證類型。 |
SmartCard | 4 | 表示智慧卡的認證類型。 |
UnProtectedCertificate | 6 | 表示憑證的認證類型。 |
UsernameOtpPin | 1 | 表示使用者名稱的認證類型,以及 PIN 或 OTP。 |
UsernamePassword | 0 | 表示 Username 和 Password 類型的認證。 |
UsernamePasswordAndPin | 2 | 表示使用者名稱、密碼和 PIN 的認證類型。 |
UsernamePasswordChange | 3 | 表示密碼變更。 將會收集目前的密碼、新密碼,以及確認新密碼。 |