The SMS_CertificateData Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents certificate data managed by Configuration Manager.

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

Class SMS_CertificateData : SMS_BaseClass
{
	String CertID;
	UInt32 CertType;
	String Description;
	String Name;
};

Methods

The following table lists the methods in the SMS_CertificateData class.

Method Description

SubmitCertificate Method in Class SMS_CertificateData

Submit certificate.

Properties

CertID

Data type: StringAccess type: Read-only Qualifiers: [key, read]Certificate unique identifier.
CertType

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, read]Certificate type. Possible values are:

1

Windows Intune Subscription

Description

Data type: StringAccess type: Read/Write Qualifiers: noneCertificate description.
Name

Data type: StringAccess type: Read/Write Qualifiers: noneCertificate name.

Remarks

Requirements

Runtime Requirements

Development Requirements