.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Crypt Class Summary

Crypt::SetSecretKeyViaPassPhrase

Generates a secret key from a pass-phrase. This method sets the SecretKey property indirectly.

  Declarations  
    [Visual Basic]
Public Sub SetSecretKeyViaPassPhrase(ByVal String password)

[C#]
public void SetSecretKeyViaPassPhrase(string password);

[C++]
public void SetSecretKeyViaPassPhrase(String *password);

[JScript]
public function SetSecretKeyViaPassPhrase(String password);
 
  Parameters  
   
password
A password. The same password (and same generated SecretKey) is needed for successful decryption.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.