StrongNameKeyPair.PublicKey 屬性

定義

取得金鑰組 (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+:在所有情況下。

適用於

另請參閱