CryptographyBaseCanDecrypt Property  | 
 
            Gets or sets a value indicating whether this instance can decrypt.
            
 
    Namespace: 
   Hummingbird.TestFramework.Cryptography
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic bool CanDecrypt { get; protected set; }Public Property CanDecrypt As Boolean
	Get
	Protected Set
public:
property bool CanDecrypt {
	bool get ();
	protected: void set (bool value);
}member CanDecrypt : bool with get, set
Property Value
Type: 
Booleantrue if this instance can decrypt; otherwise, 
false.
            
See Also