Gets or sets the number of passes.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public short Passes { get; set; } |
Visual Basic |
---|
Public Property Passes As Short Get Set |
Visual C++ |
---|
public: property short Passes { short get (); void set (short value); } |