MSFT_HgsCertificatePair class

[This documentation is preliminary and is subject to change.]

Contains the encryption and signing certificate pair for local operations for the Hosted Guardian Service.

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

Syntax

[Dynamic]class MSFT_HgsCertificatePair
{
  uint8 SigningCertificate[];
  uint8 EncryptionCertificate[];
};

Members

The MSFT_HgsCertificatePair class has these types of members:

  • Properties

Properties

The MSFT_HgsCertificatePair class has these properties.

EncryptionCertificate

Data type: uint8 array

Access type: Read-only

Gets a list of encryption certificates.

SigningCertificate

Data type: uint8 array

Access type: Read-only

Gets a list of signing certificates.

Requirements

Minimum supported client

Windows 10 Technical Preview

Minimum supported server

Windows Server Technical Preview

Namespace

Root\Microsoft\Windows\Hgs

MOF

HgsClientWmi.mof

DLL

HgsClientWmi.dll

See also

Hoster Guardian Service WMI Provider

MSFT_HgsCertificatePair