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

Back to Crypt Class Summary

Crypt::SecretKey

The symmetric algorithm secret key. To decrypt successfully, the secret key and key length must match the values used during encryption.

  Declarations  
    [Visual Basic]
Public Property SecretKey As Byte()

[C#]
public byte [] SecretKey {get; set;}

[C++]
public: __property unsigned char __gc[] get_SecretKey();
public: __property void set_SecretKey(unsigned char __gc[]);

[JScript]
public function get SecretKey() : Byte[];
public function set SecretKey(Byte[]);
 

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