AssemblySignatureKeyAttribute.PublicKey 属性

定义

获取用于对程序集进行签名的强名称的公钥。

public:
 property System::String ^ PublicKey { System::String ^ get(); };
public string PublicKey { get; }
member this.PublicKey : string
Public ReadOnly Property PublicKey As String

属性值

此程序集的公钥。

适用于