Share via


SMS_CertificateData Server WMI Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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.

Syntax

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: String

    Access type: Read-only

    Qualifiers: [key, read]

    Certificate unique identifier.

  • CertType
    Data type: UInt32

    Access type: Read-only

    Qualifiers: [enumeration, read]

    Certificate type. Possible values are:

    1

    Windows Intune Subscription

  • Description
    Data type: String

    Access type: Read/Write

    Qualifiers: none

    Certificate description.

  • Name
    Data type: String

    Access type: Read/Write

    Qualifiers: none

    Certificate name.

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.