PartialTrustVisibleAssembly.PublicKey 属性

定义

获取或设置程序集公钥。

public:
 property System::String ^ PublicKey { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("publicKey", DefaultValue="", IsKey=false, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string PublicKey { get; set; }
[<System.Configuration.ConfigurationProperty("publicKey", DefaultValue="", IsKey=false, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.PublicKey : string with get, set
Public Property PublicKey As String

属性值

与程序集关联的公钥的十六进制字符串表示形式。

属性

适用于