IOCSPCAConfigurationCollection::D eleteCAConfiguration メソッド (certadm.h)

DeleteCAConfiguration メソッドは、名前付き証明機関 (CA) 構成を構成セットから削除します。

構文

HRESULT DeleteCAConfiguration(
  [in] const BSTR bstrIdentifier
);

パラメーター

[in] bstrIdentifier

IOCSPCAConfiguration オブジェクトの名前を含む文字列。

戻り値

なし

解説

bstrIdentifier 値は、CreateCAConfiguration メソッドによって以前に設定された値である必要があります。

要件

要件
サポートされている最小のクライアント サポートなし
サポートされている最小のサーバー Windows Server 2008 Datacenter、Windows Server 2008 Enterprise [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー certadm.h (Certsrv.h を含む)
Library Certadm.lib
[DLL] Certadm.dll

こちらもご覧ください

IOCSPCAConfigurationCollection