ISecureFactory2 Interface

Definition

Provides methods for creating secure class factories.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class ISecureFactory2 : Microsoft::IE::ISecureFactory
[System.Runtime.InteropServices.Guid("DA068387-8323-0812-AB50-D3DB2FA0CC21")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ISecureFactory2 : Microsoft.IE.ISecureFactory
[<System.Runtime.InteropServices.Guid("DA068387-8323-0812-AB50-D3DB2FA0CC21")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ISecureFactory2 = interface
    interface ISecureFactory
Public Interface ISecureFactory2
Implements ISecureFactory
Derived
Attributes
Implements

Methods

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

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new instance of a COM type that represents a secure class factory.

CreateInstanceWithSecurity2(Int32, Int32, String, String, String, String, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new instance of a COM type that represents a secure class factory by using information from the deployment manifest.

Applies to