次の方法で共有


クラス SMS_CertificateDataの SubmitCertificate メソッド

指定した証明書をSubmitCertificate送信する、Configuration Managerの Windows Management Instrumentation (WMI) クラス メソッド。

次の構文は、マネージド オブジェクト形式 (MOF) コードから簡略化され、 メソッドを定義します。

構文

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

パラメーター

CertType
データ型: UInt32

修飾子: [id("0"), in]

必須です。 証明書の種類。 使用可能な値は次のとおりです。

証明書の種類
1 Windows Intune サブスクリプション

CertData
データ型: UInt8 Array

修飾子: [id("1"), in]

必須です。 証明書 PFX データ。

Password
データ型: UInt8 Array

修飾子: [id("2"), in, optional]

オプション。 証明書 PFX データを読み取るパスワード。

Name
データ型: String

修飾子: [id("3"), in, optional]

オプション。 証明書名。

Description
データ型: String

修飾子: [id("4"), in, optional]

オプション。 証明書の説明。

注釈

要件

ランタイム要件

詳細については、「Configuration Manager サーバーランタイム要件」を参照してください。

開発要件

詳細については、「Configuration Manager サーバー開発要件」を参照してください。

関連項目

SMS_CertificateData サーバー WMI クラス