CreateSelfSignedCertificate method of the Win32_TSGatewayServer class
Creates a self-signed certificate and returns the certificate hash as an "out" parameter. Also, adds the text "TS_GATEWAY_SELF_SIGNED_CERTIFICATE" to the certificate context property so that the certificate is recognized as a Remote Desktop Gateway (RD Gateway) certificate. This method uses an RD Gateway-specific key container to create the certificate.
Syntax
uint32 CreateSelfSignedCertificate(
[in] string SubjectName,
[out] uint8 CertHash[]
);
Parameters
-
SubjectName [in]
-
Subject name of the self-signed certificate.
-
CertHash [out]
-
The certificate hash.
Remarks
You must be a member of the Administrators group to call this method.
Managed Object Format (MOF) files contain the definitions for Windows Management Instrumentation (WMI) classes. MOF files are not installed as part of the Microsoft Windows Software Development Kit (SDK). They are installed on the server when you add the associated role by using the Server Manager. For more information about MOF files, see Managed Object Format (MOF).
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMv2\TerminalServices |
MOF |
|
DLL |
|