Lenguaje

IHostEx.GetSecuredClassFactory Método

Definición

Crea un generador de clases seguro para un tipo en el ensamblado especificado.

public:
 Microsoft::IE::ISecureFactory ^ GetSecuredClassFactory(int dwIdentityFlags, int dwZone, System::String ^ lpSite, System::String ^ pbSecurityId, System::String ^ lpHash, System::String ^ className, System::String ^ fileName);
public Microsoft.IE.ISecureFactory GetSecuredClassFactory(int dwIdentityFlags, int dwZone, string lpSite, string pbSecurityId, string lpHash, string className, string fileName);
abstract member GetSecuredClassFactory : int * int * string * string * string * string * string -> Microsoft.IE.ISecureFactory
Public Function GetSecuredClassFactory (dwIdentityFlags As Integer, dwZone As Integer, lpSite As String, pbSecurityId As String, lpHash As String, className As String, fileName As String) As ISecureFactory

Parámetros

dwIdentityFlags
Int32

Uno de los siguientes valores CORIESECURITY:

  • CORIESECURITY_ZONE: 0x01

  • CORIESECURITY_SITE: 0x02

dwZone
Int32

Uno de los siguientes valores de URLZONE:

  • URLZONE_LOCAL_MACHINE: 0x00

  • URLZONE_INTRANET: 0x01

  • URLZONE_TRUSTED: 0x02

  • URLZONE_INTERNET: 0x03

  • URLZONE_UNTRUSTED: 0x04

lpSite
String

Dirección del sitio.

pbSecurityId
String

Un identificador único para el sitio.

lpHash
String

Valor hash codificado hexadecimal del ensamblado que se está cargando.

className
String

Nombre del tipo.

fileName
String

Nombre del ensamblado.

Devoluciones

Objeto que representa el generador de clases seguro.

Se aplica a