SecureFactory.CreateInstanceWithSecurity メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セキュリティで保護されたクラス ファクトリを表す COM 型の新しいインスタンスを作成します。
この 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
セキュリティで保護されたクラス ファクトリ作成の対象となるアプリケーションが含まれるサイトの URL。
- uniqueIdString
- String
サイトの一意識別子。
- link
- String
URL のリンク部分。相対指定でもかまいません。
- licenses
- String
ドメインに関連付けるライセンス ファイルの場所。
戻り値
新しいインスタンスのラッパーであるオブジェクト。 実際のオブジェクトにアクセスするには、戻り値のラップを解除する必要があります。