Skip to content

Latest commit

 

History

History
131 lines (87 loc) · 3.27 KB

mdm-vpnv2-authentication03.md

File metadata and controls

131 lines (87 loc) · 3.27 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
MDM_VPNv2_Authentication03 class
The MDM\_VPNv2\_Authentication03 class contains authentication information for the native VPN profile.
931752a9-6de5-46d4-b9d9-2c59c49e8ed9
MDM_VPNv2_Authentication03 class
MDM_VPNv2_Authentication03 class, described
apiref
MDM_VPNv2_Authentication03
MDM_VPNv2_Authentication03.InstanceID
MDM_VPNv2_Authentication03.ParentID
DMWmiBridgeProv.dll
DllExport
reference
05/31/2018

MDM_VPNv2_Authentication03 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_Authentication03 class contains authentication information for the native VPN profile.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[InPartition("local-system", "local-user"), dynamic, provider("DMWmiBridgeProv")]
class MDM_VPNv2_Authentication03
{
  string InstanceID;
  string ParentID;
  string UserMethod;
  string MachineMethod;
};

Members

The MDM_VPNv2_Authentication03 class has these types of members:

Properties

The MDM_VPNv2_Authentication03 class has these properties.

InstanceID

Data type: string

Access type: Read-only

Qualifiers: key

Identifies the name of the parent node.

MachineMethod

Data type: string

Access type: Read/write

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/NativeProfile"

UserMethod

Data type: string

Access type: Read/write

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
None supported
Namespace
Root\cimv2\mdm\dmmap
MOF
DMWmiBridgeProv.mof
DLL
DMWmiBridgeProv.dll

See also

Using PowerShell scripting with the WMI Bridge Provider