FullTrustAssembly.PublicKey Property
.NET Framework (current version)
Gets or sets the assembly public key.
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.StringThe hexadecimal representation of the public key that is associated with the assembly.
.NET Framework
Available since 4.0
Available since 4.0
Show: