Net Encryption Library
SharedKeyValue Property






KellermanSoftware.NetEncryptionLibrary.ECDH Namespace > EcdhSharedSecretKey Class : SharedKeyValue Property
Syntax
'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();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EcdhSharedSecretKey Class
EcdhSharedSecretKey Members