StrongNameKeyPair.PublicKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得金鑰組 (Key Pair) 公開金鑰 (Public Key) 或公開金鑰語彙基元 (Token) 的公開部分。
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+:在所有情況下。