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[]

表示公钥对的编码公共组件的字节值的数组。

适用于

另请参阅