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.

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

Parameters

CertType

Data type: UInt32Qualifiers: [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: StringQualifiers: [id("3"), in, optional]Optional. Certificate name.
Description

Data type: StringQualifiers: [id("4"), in, optional]Optional. Certificate description.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also