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 Sub New (
	assemblyName As String,
	publicKey As String
)

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: