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

Parameters for the CKM_RC5_ECB and CKM_RC5_MAC mechanisms
Inheritance: IMechanismParams
Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop

Méthodes publiques

Méthode Description
CkRc5Params ( uint wordsize, uint rounds ) : Net.Pkcs11Interop.Common

Initializes a new instance of the CkRc5Params class.

ToMarshalableStructure ( ) : object

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

Method Details

CkRc5Params() public méthode

Initializes a new instance of the CkRc5Params class.
public CkRc5Params ( uint wordsize, uint rounds ) : Net.Pkcs11Interop.Common
wordsize uint Wordsize of RC5 cipher in bytes
rounds uint Number of rounds of RC5 encipherment
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