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+ :在所有情况下。