MDM_VPNv2_PluginProfile02 class
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
The MDM_VPNv2_PluginProfile02 class allows access to the Node containing the store-based VPN Plugin. You can use either this node or the NativeProfile node, but not both.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
[dynamic, provider("DMWmiBridgeProv"), AMENDMENT]
class MDM_VPNv2_PluginProfile02
{
string InstanceID;
string ParentID;
string ServerUrlList;
string CustomConfiguration;
string PluginPackageFamilyName;
string CustomStoreUrl;
};
The MDM_VPNv2_PluginProfile02 class has these types of members:
- Properties
The MDM_VPNv2_PluginProfile02 class has these properties.
CustomConfiguration
Data type: string
Access type: Read-only
Optional. This is an HTML encoded XML blob for SSL-VPN plug-in specific configuration including authentication information that is deployed to the device to make it available for SSL-VPN plug-ins. Contact the plugin provider for format and other details. Most plugins can also configure values based on the server negotiations as well as defaults.
CustomStoreUrl
Data type: string
Access type: Read-only
Reserved for future use.
InstanceID
Data type: string
Access type: Read-only
Qualifiers: key
Unique alpha numeric identifier for the profile. The profile name must not include a forward slash (/). For this class, the string is "PluginProfile"
ParentID
Data type: string
Access type: Read-only
Qualifiers: key
Describes the full path to the parent node. For this class, the string is "./Vendor/MSFT/VPNv2/ProfileName"
PluginPackageFamilyName
Data type: string
Access type: Read-only
Required for plug-in profiles. Package family name for the SSL-VPN plug-in.
ServerUrlList
Data type: string
Access type: Read-only
Required for plug-in profiles. Comma separated list of servers in URL, hostnname, or IP format.
Minimum supported client |
Windows 10 Insider Preview |
Minimum supported server |
None supported |
Namespace |
Root\CIMv2\MDM\DMMap |
MOF |
DMWmiBridgeProv.mof |
DLL |
DMWmiBridgeProv.dll |