C# Class Net.Pkcs11Interop.HighLevelAPI40.MechanismParams.CkMacGeneralParams

Parameters for 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)
Inheritance: IMechanismParams
Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop

Méthodes publiques

Méthode Description
CkMacGeneralParams ( uint macLength ) : Net.Pkcs11Interop.Common

Initializes a new instance of the CkMacGeneralParams class.

ToMarshalableStructure ( ) : object

Returns managed object that can be marshaled to an unmanaged block of memory

Method Details

CkMacGeneralParams() public méthode

Initializes a new instance of the CkMacGeneralParams class.
public CkMacGeneralParams ( uint macLength ) : Net.Pkcs11Interop.Common
macLength uint Length of the MAC produced, in bytes
Résultat Net.Pkcs11Interop.Common

ToMarshalableStructure() public méthode

Returns managed object that can be marshaled to an unmanaged block of memory
public ToMarshalableStructure ( ) : object
Résultat object