FullTrustAssembly Constructor (String, String, String)

.NET Framework (current version)
 

Initializes a new instance of the FullTrustAssembly class.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

new : 
        assemblyName:string *
        version:string *
        publicKey:string -> FullTrustAssembly

Parameters

assemblyName
Type: System.String

The assembly name.

version
Type: System.String

The assembly version number.

publicKey
Type: System.String

The hexadecimal string representation of the public key that is associated with the assembly.

.NET Framework
Available since 4.0
Return to top
Show: