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

Back to Crypt Class Summary

Crypt::IV

Initialization vector for the Rijndael and Twofish symmetric encryption algorithms. This byte array should be exactly 16-bytes long, and if specified, the same IV needs to be used in decrypting as that which was used to encrypt the data. It is not necessary to set an IV to use Rijndael or Twofish.

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

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

[C++]
public: __property unsigned char __gc[] get_IV();
public: __property void set_IV(unsigned char __gc[]);

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

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