FullTrustAssembly.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)>]
member PublicKey : string with get, set

Property Value

Type: System.String

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

.NET Framework
Available since 4.0
Return to top
Show: