IX509CertificateTemplateWritable::get_Property メソッド (certenroll.h)

Property プロパティは、IX509CertificateTemplateWritable オブジェクトのプロパティ値を指定または取得します。

このプロパティは読み取り/書き込み可能です。

構文

HRESULT get_Property(
  EnrollmentTemplateProperty property,
  VARIANT                    *pValue
);

パラメーター

property

pValue

戻り値

なし

解説

現在、設定できるプロパティは TemplatePropSecurityDescriptor だけです。 プロパティ値は、VT_BSTR型またはVT_BYREF|をVT_BSTRし、有効な SDDL 文字列にする必要があります。

要件

   
サポートされている最小のクライアント Windows 7 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2008 R2 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー certenroll.h

関連項目

IX509CertificateTemplateWritable