Retrieves a standard set of CRC parameters.
Namespace: LLCryptoLib.HashAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static CRCParameters GetParameters( CRCStandard standard ) |
Visual Basic |
---|
Public Shared Function GetParameters ( _ standard As CRCStandard _ ) As CRCParameters |
Visual C++ |
---|
public: static CRCParameters^ GetParameters( CRCStandard standard ) |
Parameters
- standard
- Type: LLCryptoLib.Hash..::..CRCStandard
The name of the standard parameter set to retrieve.