'Declaration Public ReadOnly Property PrivateKeyValue As System.Byte()
'Usage Dim instance As EcdhPrivateKey Dim value() As System.Byte value = instance.PrivateKeyValue
public System.byte[] PrivateKeyValue {get;}
public read-only property PrivateKeyValue: System.array of Byte;
public function get PrivateKeyValue : System.byte[]
public: __property System.byte[]* get_PrivateKeyValue();
public: property System.array<byte>^ PrivateKeyValue { System.array<byte>^ get(); }