SecureFactory.CreateInstanceWithSecurity 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 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
參數
- 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
要與網域建立關聯的授權檔案位置。
傳回
作為新執行個體包裝函式的物件。 必須將傳回值解除包裝才能存取實際物件。