IOCSPAdmin::SetSecurity メソッド (certadm.h)
SetSecurity メソッドは、オンライン証明書状態プロトコル (OCSP) レスポンダー サーバーのセキュリティ記述子情報を更新します。
構文
HRESULT SetSecurity(
[in] const BSTR bstrServerName,
[in] const BSTR bstrVal
);
パラメーター
[in] bstrServerName
レスポンダー サーバー名を含む文字列。
[in] bstrVal
レスポンダー サーバーに割り当てるセキュリティ記述子情報を含む文字列。
戻り値
なし
解説
このメソッドは 、ConvertStringSecurityDescriptorToSecurityDescriptor 関数を呼び出して、セキュリティ記述子文字列形式の文字列から セキュリティ記述子を作成します。
要件
サポートされている最小のクライアント | サポートなし |
サポートされている最小のサーバー | Windows Server 2008 Datacenter、Windows Server 2008 Enterprise [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | certadm.h (Certsrv.h を含む) |
Library | Certadm.lib |
[DLL] | Certadm.dll |