共用方式為


PublicKeyInfo.KeyValue 屬性

定義

KeyValue 屬性,可擷取公開金鑰組的編碼公開元件之值。

public:
 property cli::array <System::Byte> ^ KeyValue { cli::array <System::Byte> ^ get(); };
public byte[] KeyValue { get; }
member this.KeyValue : byte[]
Public ReadOnly Property KeyValue As Byte()

屬性值

Byte[]

位元組值的數位,表示公鑰組的編碼公用元件。

適用於

另請參閱