次の方法で共有


RemoveSSLCertificateBindings メソッド (WMI MSReportServer_ConfigurationSetting)

SSL 証明書のバインドを削除します。

構文

Public Sub RemoveSSLCertificateBinding(ByVal Application As String, _
    ByVal CertificateHash As String, ByVal IPAddress As String, _
    ByVal Port As Int32, ByVal Lcid As Int32, _
    ByRef [Error] As String, ByRef HRESULT As Int32)
public void RemoveSSLCertificateBindings(string Application,
    string CertificateHash, string IPAddress, Int32 Port, Int32 Lcid,
    out string Error, out Int32 HRESULT);

パラメーター

  • Application
    証明書のバインドを削除する必要のあるアプリケーションの名前。

  • CertificateHash
    証明書のハッシュ。

  • IPAddress
    アプリケーションの IP アドレス。

  • Port
    バインドに関連付けられた SSL ポート。

  • lcid
    返されるエラー メッセージに使用するロケール。

  • Error
    [out] 発生したエラーの説明。

  • HRESULT
    [out] 呼び出しの成功または失敗を示す値。

戻り値

メソッド呼び出しの成功または失敗を示す HRESULT を返します。 値が 0 の場合はメソッド呼び出しが正常に完了したことを示します。エラー コードの場合は呼び出しが失敗したことを示します。

説明

このメソッドは、rsreportserver.config ファイルおよび HTTP.SYS (オプション) から特定のバインドを削除します。

要件

名前空間 : root\Microsoft\SqlServer\ReportServer\<InstanceName>\v11\Admin

プラットフォーム : Windows Server 2003 Datacenter Edition、Windows Server 2003 Enterprise Edition、Windows Server 2003 Standard Edition、Windows Vista、Windows XP Professional Service Pack 2 (SP2) または Service Pack 1 (SP1)、および Windows 2000 (すべてのバージョン)

関連項目

参照

MSReportServer_ConfigurationSetting メンバー