PartialTrustVisibleAssembly.PublicKey Propriedade
Definição
Obtém ou define a chave pública do assembly.Gets or sets the assembly public key.
public:
property System::String ^ PublicKey { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("publicKey", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsKey=false, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string PublicKey { get; set; }
[<System.Configuration.ConfigurationProperty("publicKey", DefaultValue=Mono.Cecil.CustomAttributeArgument, IsKey=false, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.PublicKey : string with get, set
Public Property PublicKey As String
Valor da propriedade
A representação de cadeia de caracteres hexadecimal da chave pública associada ao assembly.The hexadecimal string representation of the public key that is associated with the assembly.
- Atributos