VpnManagementErrorStatus 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
알려진 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 | 이미 연결됨 |
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 |