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
Syntaxpublic bool HasIV { get; protected set; }Public Property HasIV As Boolean
	Get
	Protected Set
public:
property bool HasIV {
	bool get ();
	protected: void set (bool value);
}member HasIV : bool with get, set
Property Value
Type: 
Booleantrue if this instance has Initial vector; otherwise, 
false.
            
See Also