PartialTrustVisibleAssembly.PublicKey Property

.NET Framework (current version)
 

Gets or sets the assembly public key.

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

<ConfigurationPropertyAttribute("publicKey", IsRequired := True,
	IsKey := False, DefaultValue := "")>
<StringValidatorAttribute(MinLength := 1)>
Public Property PublicKey As String

Property Value

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: