CryptographyBaseHasKey Property |
Gets or sets a value indicating whether this instance has key. Hash method does not have a key.
Namespace:
Hummingbird.TestFramework.Cryptography
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public bool HasKey { get; protected set; }
Public Property HasKey As Boolean
Get
Protected Set
public:
property bool HasKey {
bool get ();
protected: void set (bool value);
}
member HasKey : bool with get, set
Property Value
Type:
Booleantrue if this instance has key; otherwise,
false.
See Also