Click or drag to resize

CryptographyBaseHasIV Property

Gets or sets a value indicating whether this instance has an Initial Vector.

Namespace:  Hummingbird.TestFramework.Cryptography
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public bool HasIV { get; protected set; }

Property Value

Type: Boolean
true if this instance has Initial vector; otherwise, false.
See Also