共用方式為


SecureFactory.CreateInstanceWithSecurity2 方法

定義

透過使用來自部署資訊清單的資訊,建立 COM 類型的新執行個體,代表安全 Class Factory。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 virtual System::Object ^ CreateInstanceWithSecurity2(int dwFlags, int dwZone, System::String ^ wszSite, System::String ^ wszId, System::String ^ wszConfig, System::String ^ wszLicenses, System::String ^ wszDeploymentManifest);
public virtual object CreateInstanceWithSecurity2 (int dwFlags, int dwZone, string wszSite, string wszId, string wszConfig, string wszLicenses, string wszDeploymentManifest);
abstract member CreateInstanceWithSecurity2 : int * int * string * string * string * string * string -> obj
override this.CreateInstanceWithSecurity2 : int * int * string * string * string * string * string -> obj
Public Overridable Function CreateInstanceWithSecurity2 (dwFlags As Integer, dwZone As Integer, wszSite As String, wszId As String, wszConfig As String, wszLicenses As String, wszDeploymentManifest As String) As Object

參數

dwFlags
Int32

下列其中一個 CORIESECURITY 值:

  • CORIESECURITY_ZONE:0x01

  • CORIESECURITY_SITE:0x02

dwZone
Int32

下列其中一個 URLZONE 值:

  • URLZONE_LOCAL_MACHINE:0x00

  • URLZONE_INTRANET:0x01

  • URLZONE_TRUSTED:0x02

  • URLZONE_INTERNET:0x03

  • URLZONE_UNTRUSTED:0x04

wszSite
String

包含要為其建立安全 Class Factory 應用程式的網站 URL。

wszId
String

網站的唯一識別。

wszConfig
String

URL 的連結部分 (可為相對連結)。

wszLicenses
String

要與網域建立關聯的授權檔案位置。

wszDeploymentManifest
String

部署資訊清單的位置。

傳回

作為新執行個體包裝函式的物件。 必須將傳回值解除包裝才能存取實際物件。

實作

適用於