This topic has not yet been rated - Rate this topic

VpnS2SCustomInterface class

Represents the S2S VPN custom interface.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

class VpnS2SCustomInterface : VpnS2SInterface
{
  uint32  EncryptionMethod;
  uint32  IntegrityCheckMethod;
  uint32  CipherTransformConstants;
  uint32  DHGroup;
  uint32  AuthenticationTransformConstants;
  uint32  PfsGroup;
  boolean CustomPolicy;
};

Members

The VpnS2SCustomInterface class has these types of members:

Properties

The VpnS2SCustomInterface class has these properties.

AuthenticationTransformConstants
Data type: uint32
Access type: Read-only

Auth transform plumbed in IPsec policy.

CipherTransformConstants
Data type: uint32
Access type: Read-only

Cipher plumbed in IPsec policy.

CustomPolicy
Data type: boolean
Access type: Read-only

Specifies custom IKE and IPSEC policies, must be a separate parameter set.

DHGroup
Data type: uint32
Access type: Read-only

DH group plumbed in IPsec policy.

EncryptionMethod
Data type: uint32
Access type: Read-only

Encryption method plumbed in IKE policy.

IntegrityCheckMethod
Data type: uint32
Access type: Read-only

Integrity method plumbed in IPsec policy.

PfsGroup
Data type: uint32
Access type: Read-only

PFS group plumbed in IPsec policy.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Namespace

\root\microsoft\windows\remoteaccess

MOF

S2SVpnInterface.mof

 

 

Build date: 12/6/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.