Net Encryption Library
EcdhPrivateKey Constructor(Byte[])






KellermanSoftware.NetEncryptionLibrary.ECDH Namespace > EcdhPrivateKey Class > EcdhPrivateKey Constructor : EcdhPrivateKey Constructor(Byte[])
Pass in existing secret key as an array of bytes
Syntax
'Declaration
 
Public Function New( _
   ByVal secretPrivateKeyValue() As System.Byte _
)
'Usage
 
Dim secretPrivateKeyValue() As System.Byte
 
Dim instance As New EcdhPrivateKey(secretPrivateKeyValue)
public EcdhPrivateKey( 
   System.byte[] secretPrivateKeyValue
)
public EcdhPrivateKey( 
    secretPrivateKeyValue: System.Bytearray of
); 
public function EcdhPrivateKey( 
   secretPrivateKeyValue : System.byte[]
);
public: EcdhPrivateKey( 
   System.byte[]* secretPrivateKeyValue
)
public:
EcdhPrivateKey( 
   System.array<byte>^ secretPrivateKeyValue
)

Parameters

secretPrivateKeyValue
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
Overload List