IVpnProfile 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
VpnProfile 기본 개체를 노출합니다.
public interface class IVpnProfile
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2020980561, 45271, 17371, 138, 147, 211, 254, 36, 121, 229, 106)]
struct IVpnProfile
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2020980561, 45271, 17371, 138, 147, 211, 254, 36, 121, 229, 106)]
public interface IVpnProfile
Public Interface IVpnProfile
- 파생
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
networkingVpnProvider
|
속성
AlwaysOn |
AlwayOn 속성을 가져오거나 설정합니다. true이면 VPN 프로필이 항상 연결되어 있음을 나타냅니다. |
AppTriggers |
연결할 VPN 연결을 트리거하는 앱 목록을 가져옵니다. |
DomainNameInfoList |
VPN 플러그 인 프로필에 대한 NRPT(이름 확인 정책 테이블) 규칙 목록을 가져옵니다. |
ProfileName |
VPN 프로필의 이름을 가져오거나 설정합니다. |
RememberCredentials |
VPN 프로필의 자격 증명을 캐시할지 여부를 가져오거나 설정합니다. TRUE이면 해당되는 경우 VPN 프로필에 대한 자격 증명이 캐시됩니다. |
Routes |
분할 터널된 VPN의 경우 VPN 인터페이스를 통해 이동해야 하는 경로 목록을 가져옵니다. |
TrafficFilters |
VPN 프로필에 포함된 트래픽 필터(앱당 포함) 목록을 가져옵니다. |