PartialTrustVisibleAssembly Constructor (String, String)

.NET Framework (current version)
 

Initializes a new instance of the PartialTrustVisibleAssembly class.

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

public PartialTrustVisibleAssembly(
	string assemblyName,
	string publicKey
)

Parameters

assemblyName
Type: System.String

The assembly name.

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: