CryptographyBaseHasOptions Property  | 
  
    Namespace: 
   Hummingbird.TestFramework.Cryptography
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic bool HasOptions { get; protected set; }Public Property HasOptions As Boolean
	Get
	Protected Set
public:
property bool HasOptions {
	bool get ();
	protected: void set (bool value);
}member HasOptions : bool with get, set
Property Value
Type: 
Booleantrue if this instance has options; otherwise, 
false.
            
See Also