VpnChannelConfiguration.CustomField 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取自定义配置作为字符串,VPN 插件将解析为配置 VPN 供应商特定的设置。 该字段是一个字符串,用于允许 XML 作为配置的数据格式。
public:
property Platform::String ^ CustomField { Platform::String ^ get(); };
winrt::hstring CustomField();
public string CustomField { get; }
var string = vpnChannelConfiguration.customField;
Public ReadOnly Property CustomField As String
属性值
VPN 插件分析的自定义配置字符串数据,用于配置 VPN 供应商特定的设置。
Windows 要求
应用功能 |
networkingVpnProvider
|
注解
注意
在连接的 VPN 插件外部调用此 API 将失败,因为 VPN 插件与系统之间的活动和交互由 VPN 配置文件控制。 每个进程只能有一个 VPN 配置文件,因为 VPN 插件只映射了一个 VPN 配置文件,如果调用方要创建多个配置文件对象,它们都将引用相同的设置。