VpnManagementErrorStatus 列挙型

定義

既知の VPN 管理エラーについて説明します。

public enum class VpnManagementErrorStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class VpnManagementErrorStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum VpnManagementErrorStatus
var value = Windows.Networking.Vpn.VpnManagementErrorStatus.ok
Public Enum VpnManagementErrorStatus
継承
VpnManagementErrorStatus
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
networkingVpnProvider

フィールド

AccessDenied 5

アクセスが拒否されました。

AlreadyConnected 8

接続は既に存在します。

AlreadyDisconnecting 7

接続は切断中です。

CannotFindProfile 6

指定されたプロファイルが見つかりません。

CertificateFailure 12

証明書の認証に失敗しました。

DnsNotResolvable 17

指定されたホスト名は、使用可能な DNS を介して解決できませんでした。

EapFailure 10

EAP 認証に失敗しました。

GeneralAuthenticationFailure 9

認証中に接続に失敗しました。 それ以上の詳細は利用できません。

InvalidIP 18

指定された IP アドレスが無効です。

InvalidXmlSyntax 2

XML 構文が無効です

NoConnection 14

インターネットに接続できません。

Ok 0

エラーなし。

Other 1

その他

ProfileInvalidAppId 4

アプリ ID が無効です。

ProfileNameTooLong 3

プロファイル名が長すぎます。

ServerConfiguration 13

サーバー構成が無効です。

ServerConnection 15

サーバーに接続できません。

SmartCardFailure 11

スマート カード認証に失敗しました。

UserNamePassword 16

ユーザー名/パスワード認証に失敗しました。

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1607 14393 AlreadyConnected
1607 14393 AlreadyDisconnecting
1607 14393 CannotFindProfile
1607 14393 CertificateFailure
1607 14393 DnsNotResolvable
1607 14393 EapFailure
1607 14393 GeneralAuthenticationFailure
1607 14393 InvalidIP
1607 14393 NoConnection
1607 14393 ServerConfiguration
1607 14393 ServerConnection
1607 14393 SmartCardFailure
1607 14393 UserNamePassword

適用対象