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