SecurityServices for .NET 2.0 Documentation

RijndaelCryptoServiceProvider.GenerateIV Method 

[This is preliminary documentation and subject to change.]

Generates a random initialization vector (IV) to be used for the algorithm.

public override void GenerateIV();

Remarks

Use this method to generate a random IV when none is specified.

See Also

RijndaelCryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace