Net Encryption Library
EcdhPrivateKey Constructor(String)






KellermanSoftware.NetEncryptionLibrary.ECDH Namespace > EcdhPrivateKey Class > EcdhPrivateKey Constructor : EcdhPrivateKey Constructor(String)
Pass in an existing key as a string
Syntax
'Declaration
 
Public Function New( _
   ByVal secretKeyString As System.String _
)
'Usage
 
Dim secretKeyString As System.String
 
Dim instance As New EcdhPrivateKey(secretKeyString)
public EcdhPrivateKey( 
   System.string secretKeyString
)
public EcdhPrivateKey( 
    secretKeyString: System.String
); 
public function EcdhPrivateKey( 
   secretKeyString : System.String
);
public: EcdhPrivateKey( 
   System.string* secretKeyString
)
public:
EcdhPrivateKey( 
   System.String^ secretKeyString
)

Parameters

secretKeyString
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