ISecureFactory2.CreateInstanceWithSecurity2 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用部署清单中的信息,创建表示安全类工厂的 COM 类型的新实例。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
System::Object ^ CreateInstanceWithSecurity2(int dwFlags, int dwZone, System::String ^ wszSite, System::String ^ wszId, System::String ^ wszConfig, System::String ^ wszLicenses, System::String ^ wszDeploymentManifest);
public 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
Public 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
参数
- dwZone
- Int32
下列 URLZONE 值之一:
URLZONE_LOCAL_MACHINE: 0x00
URLZONE_INTRANET: 0x01
URLZONE_TRUSTED: 0x02
URLZONE_INTERNET: 0x03
URLZONE_UNTRUSTED: 0x04
- wszSite
- String
站点的 URL,该站点包含将为其创建安全类工厂的应用程序。
- wszId
- String
站点的唯一标识符。
- wszConfig
- String
URL 的链接部分,可以是相对的。
- wszLicenses
- String
要与域关联的许可证文件的位置。
- wszDeploymentManifest
- String
部署清单的位置。
返回
一个对象,该对象是新实例的包装器。 返回值需要打开包装才能访问真实对象。