Net Encryption Library
EcdhPublicKey Constructor(Byte[])






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

Parameters

publicKeyValue
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

EcdhPublicKey Class
EcdhPublicKey Members
Overload List