SymmetricAlgorithm.IVValue Field

Definition

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

protected: cli::array <System::Byte> ^ IVValue;
protected byte[]? IVValue;
protected byte[] IVValue;
val mutable IVValue : byte[]
Protected IVValue As Byte() 

Field Value

Byte[]

Remarks

This field is accessed through the IV property.

Applies to

See also