StrongNameKeyPair.PublicKey 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取密钥对的公钥或公钥标记的公共部分。
public:
property cli::array <System::Byte> ^ PublicKey { cli::array <System::Byte> ^ get(); };
public byte[] PublicKey { get; }
member this.PublicKey : byte[]
Public ReadOnly Property PublicKey As Byte()
属性值
Byte[]
一个 byte
类型的数组,其中包含密钥对的公钥或公钥标记。
例外
仅限 .NET Core 和 .NET 5 及更高版本:在所有情况下。