Gets or sets the auto-cache setting of this class.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static bool AutoCache { get; set; } |
Visual Basic |
---|
Public Shared Property AutoCache As Boolean Get Set |
Visual C++ |
---|
public: static property bool AutoCache { bool get (); void set (bool value); } |