AddCertificate method of the MDM_SideLoader class

Adds the package-signing certificate.

Syntax

uint32 AddCertificate(
  [in] string CertificateBlob
);

Parameters

CertificateBlob [in]

The certificate in Base64-encoded format.

Requirements

Minimum supported client
Windows 8
Minimum supported server
None supported
Namespace
Root\CIMv2\MDM
Header
Certenroll.h
MOF
MDMSettingsProv.mof
DLL
MDMSettingsProv.dll

See also

MDM_SideLoader