Compartir a través de


RemoteAccessS2SConfiguration class

Retrieves and Updates a Remote Access site-to-site (S2S) interface configuration.

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

Syntax

[ClassVersion("1.0.0"), dynamic, provider("RAMgmtPSProvider"), AMENDMENT]
class RemoteAccessS2SConfiguration
{
  object S2SInterfaceConfiguration;
  uint8  Ipv4TransportInfo[];
  uint8  Ipv6TransportInfo[];
  string SharedSecret;
  string Password;
};

Members

The RemoteAccessS2SConfiguration class has these types of members:

Properties

The RemoteAccessS2SConfiguration class has these properties.

Ipv4TransportInfo

Data type: uint8 array

Access type: Read/write

The IPv4 transport information

Ipv6TransportInfo

Data type: uint8 array

Access type: Read/write

The IPv6 transport information

Password

Data type: string

Access type: Read/write

The password of the S2S interface

S2SInterfaceConfiguration

Data type: object

Access type: Read/write

Qualifiers: EmbeddedObject

The configuration of an S2S interface as an embedded object

SharedSecret

Data type: string

Access type: Read/write

The shared secret of the S2S interface

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
RAMgmtPSProvider.Mof
DLL
RAMgmtPSProvider.dll

See also

RAMgmtPSProvider Provider Classes