SecurityServices for .NET 2.0 Documentation

RijndaelCryptoServiceProvider.IV Property

[This is preliminary documentation and subject to change.]

Gets or sets the initialization vector (IV) for the symmetric algorithm.

public override  IV {get; set;}

Property Value

The initialization vector.

Remarks

If this property is a null reference (Nothing in Visual Basic) when it is used, GenerateIV is called to create a new random value.

Exceptions

Exception Type Condition
ArgumentNullException An attempt is made to set the IV to a null reference (Nothing in Visual Basic).
CryptographicException An attempt is made to set the IV to an invalid size.

See Also

RijndaelCryptoServiceProvider Class | Org.Mentalis.SecurityServices.Cryptography Namespace