Share via


IVValue Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the initialization vector (IV) for the symmetric algorithm.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Protected IVValue As Byte()
protected byte[] IVValue
protected:
array<unsigned char>^ IVValue
val mutable IVValue: byte[]
protected var IVValue : byte[]

Remarks

This field is accessed through the IV property.

.NET Framework Security

See Also

Reference

SymmetricAlgorithm Class

System.Security.Cryptography Namespace