Provides the parameters to the general-length MACing mechanisms (DES, DES3, CAST, CAST3, CAST128 (CAST5), IDEA, CDMF and AES), the general length HMACing mechanisms (MD2, MD5, SHA-1, SHA-256, SHA-384, SHA-512, RIPEMD-128 and RIPEMD-160) and the two SSL 3.0 MACing mechanisms (MD5 and SHA-1)

Namespace:  Cryptware.NCryptoki.Parameters
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public Structure MAC_GENERAL_PARAMS
C#
public struct MAC_GENERAL_PARAMS
Visual C++
public value class MAC_GENERAL_PARAMS
JavaScript
JavaScript supports the use of structures, but not the declaration of new ones.

See Also