Net Encryption Library
PrivateKeyValue Property






KellermanSoftware.NetEncryptionLibrary.ECDH Namespace > EcdhPrivateKey Class : PrivateKeyValue Property
Secret Key as an array of bytes
Syntax
'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();
}
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

EcdhPrivateKey Class
EcdhPrivateKey Members