Msvm_TerminalServiceSettingData class
Represents the settings for the virtual computer terminal services on a host. The properties for this class cannot be modified directly. The client must call the Msvm_TerminalService.ModifyServiceSettings method to modify any of these properties.
The following syntax is simplified Managed Object Format (MOF) code, and it includes all of the inherited properties.
Syntax
[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_TerminalServiceSettingData : CIM_SettingData
{
string InstanceID;
string Caption = "Hyper-V Terminal Service Settings";
string Description = "Settings for the Hyper-V Terminal Service";
string ElementName = "Hyper-V Terminal Service Settings";
uint32 ListenerPort;
boolean DisableSelfSignedCertificateGeneration;
uint8 AuthCertificateHash[];
string TrustedIssuerCertificateHashes[];
string AllowedHashAlgorithms[];
};
Members
The Msvm_TerminalServiceSettingData class has these types of members:
Properties
The Msvm_TerminalServiceSettingData class has these properties.
-
AllowedHashAlgorithms
-
-
Data type: string array
-
Access type: Read-only
The list of hash algorithms accepted for verifying the signature of federated authentication tokens.
Windows 8.1: This value is not supported until Windows 8.1 and Windows Server 2012 R2.
-
-
AuthCertificateHash
-
-
Data type: uint8 array
-
Access type: Read-only
The hash of the certificate to use for remote authentication.
-
-
Caption
-
-
Data type: string
-
Access type: Read-only
A short description of the object. This property is inherited from CIM_ManagedElement.
-
-
Description
-
-
Data type: string
-
Access type: Read-only
A description of the object. This property is inherited from CIM_ManagedElement.
-
-
DisableSelfSignedCertificateGeneration
-
-
Data type: boolean
-
Access type: Read-only
Disables self-signed certificate generation.
-
-
ElementName
-
-
Data type: string
-
Access type: Read-only
A display name for the object. This property is inherited from CIM_ManagedElement.
-
-
InstanceID
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Key
Uniquely identifies an instance of this class. This property is inherited from CIM_ManagedElement.
-
-
ListenerPort
-
-
Data type: uint32
-
Access type: Read-only
The network port on which the initial remote session connection will be made.
-
-
TrustedIssuerCertificateHashes
-
-
Data type: string array
-
Access type: Read-only
The list of trusted issuer certificate hashes for verifying the signature of federated authentication tokens.
Windows 8.1: This value is not supported until Windows 8.1 and Windows Server 2012 R2.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Namespace |
Root\Virtualization\V2 |
MOF |
|
DLL |
|