共用方式為


SecureFactory.CreateInstanceWithSecurity 方法

定義

建立 COM 類型的新執行個體,代表安全 Class Factory。

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

public:
 virtual System::Object ^ CreateInstanceWithSecurity(int dwFlag, int dwZone, System::String ^ pURL, System::String ^ uniqueIdString, System::String ^ link, System::String ^ licenses);
public virtual object CreateInstanceWithSecurity (int dwFlag, int dwZone, string pURL, string uniqueIdString, string link, string licenses);
abstract member CreateInstanceWithSecurity : int * int * string * string * string * string -> obj
override this.CreateInstanceWithSecurity : int * int * string * string * string * string -> obj
Public Overridable Function CreateInstanceWithSecurity (dwFlag As Integer, dwZone As Integer, pURL As String, uniqueIdString As String, link As String, licenses As String) As Object

參數

dwFlag
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

pURL
String

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

uniqueIdString
String

網站的唯一識別。

link
String

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

licenses
String

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

傳回

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

實作

適用於