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 string PublicKey { get; set; }

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: