Share via


SubmitCertificate Method in Class SMS_CertificateData

 

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

The SubmitCertificate Windows Management Instrumentation (WMI) class method, in Configuration Manager, that submits the specified certificate.

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

Syntax

uint32 SubmitCertificate 
{
    [IN]    UInt32 CertType
    [IN]    UInt8 CertData[]
    [IN]    UInt8 Password[]
    [IN]    String Name
    [IN]    String Description
};

Parameters

  • CertType
    Data type: UInt32

    Qualifiers: [id("0"), in]

    Required. Certificate type. Possible values are:

    1

    Windows Intune Subscription

  • CertData
    Data type: UInt8 Array

    Qualifiers: [id("1"), in]

    Required. Certificate PFX data.

  • Password
    Data type: UInt8 Array

    Qualifiers: [id("2"), in, optional]

    Optional. Password to read the certificate PFX data.

  • Name
    Data type: String

    Qualifiers: [id("3"), in, optional]

    Optional. Certificate name.

  • Description
    Data type: String

    Qualifiers: [id("4"), in, optional]

    Optional. Certificate description.

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

SMS_CertificateData Server WMI Class