Gets or sets the configuration for Skein
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public SkeinConfig Configuration { get; private set; } |
Visual Basic |
---|
Public Property Configuration As SkeinConfig Get Private Set |
Visual C++ |
---|
public: property SkeinConfig^ Configuration { SkeinConfig^ get (); private: void set (SkeinConfig^ value); } |