Set hashing algorithm. It's not a property following COM standards.
The int parameter is for easy COM parameters exchange
SupportedHashAlgoAvailableHash Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public void SetAlgorithmInt(
int algoId
) |
Visual Basic |
---|
Public Sub SetAlgorithmInt ( _
algoId As Integer _
) |
Visual C++ |
---|
public:
virtual void SetAlgorithmInt(
int algoId
) sealed |
Parameters
- algoId
- Type: System..::..Int32
See AvailableHash for a list of Id's
Implements
IHash..::..SetAlgorithmInt(Int32)
See Also