Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
DirectAccess Server Settings
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 DAServer : RemoteAccessCore
{
string InternetInterface;
string InternalInterface;
uint8 SslCertificate[];
DAServerConfiguration ServerConfiguration;
};
Members
The DAServer class has these types of members:
Properties
The DAServer class has these properties.
-
InternalInterface
-
-
Data type: string
-
Access type: Read/write
Intranet facing interface
This property is inherited from RemoteAccessCore.
-
-
InternetInterface
-
-
Data type: string
-
Access type: Read/write
Internet facing interface
This property is inherited from RemoteAccessCore.
-
-
ServerConfiguration
-
-
Data type: DAServerConfiguration
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("DAServerConfiguration")
A DAServerConfiguration embedded instance
-
-
SslCertificate
-
-
Data type: uint8 array
-
Access type: Read/write
Array of IP-HTTPS/SSL certificates
This property is inherited from RemoteAccessCore.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\RemoteAccess |
MOF |
|
DLL |
|