CertRemoveStoreFromCollection 関数 (wincrypt.h)

CertRemoveStoreFromCollection 関数は、コレクション ストアから兄弟証明書ストアを削除します。

構文

void CertRemoveStoreFromCollection(
  [in] HCERTSTORE hCollectionStore,
  [in] HCERTSTORE hSiblingStore
);

パラメーター

[in] hCollectionStore

コレクション証明書ストアのハンドル。

[in] hSiblingStore

コレクション ストアから削除される兄弟証明書ストアのハンドル。

戻り値

なし

必要条件

要件
サポートされている最小のクライアント Windows XP [デスクトップ アプリ | UWP アプリ]
サポートされている最小のサーバー Windows Server 2003 [デスクトップ アプリのみ | UWP アプリ]
対象プラットフォーム Windows
ヘッダー wincrypt.h
Library Crypt32.lib
[DLL] Crypt32.dll

こちらもご覧ください

CertAddStoreToCollection

CertOpenStore

証明書ストア関数