SecureFactory Class

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 ref class SecureFactory : Microsoft::IE::ISecureFactory
public ref class SecureFactory : Microsoft::IE::ISecureFactory2
public class SecureFactory : Microsoft.IE.ISecureFactory
public class SecureFactory : Microsoft.IE.ISecureFactory2
type SecureFactory = class
    interface ISecureFactory
type SecureFactory = class
    interface ISecureFactory2
    interface ISecureFactory
Public Class SecureFactory
Implements ISecureFactory
Public Class SecureFactory
Implements ISecureFactory2
Inheritance
SecureFactory
Implements

Fields

CORIESECURITY_SITE

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

Specifies the value 0x02.

CORIESECURITY_ZONE

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

Specifies the value 0x01.

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.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
RemoteCreateInstance(Guid, Object)

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

Not implemented.

RemoteLockServer(Int32)

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

Not implemented.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to