ISecureFactory 接口

定义

提供创建安全类工厂的方法。

此 API 支持产品基础结构,不能在代码中直接使用。

public interface class ISecureFactory
[System.Runtime.InteropServices.Guid("391E0341-00C2-11D3-8ED9-83406C1D3D30")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ISecureFactory
[<System.Runtime.InteropServices.Guid("391E0341-00C2-11D3-8ED9-83406C1D3D30")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ISecureFactory = interface
Public Interface ISecureFactory
派生
属性

方法

CreateInstanceWithSecurity(Int32, Int32, String, String, String, String)

此 API 支持产品基础结构,不能在代码中直接使用。

创建一个表示安全类工厂的 COM 类型的新实例。

适用于