C# Class Net.Pkcs11Interop.HighLevelAPI81.MechanismParams.CkAesCtrParams

Parameters for the CKM_AES_CTR mechanism
Inheritance: IMechanismParams
Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop

Méthodes publiques

Méthode Description
CkAesCtrParams ( ulong counterBits, byte cb ) : System

Initializes a new instance of the CkAesCtrParams class.

ToMarshalableStructure ( ) : object

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

Method Details

CkAesCtrParams() public méthode

Initializes a new instance of the CkAesCtrParams class.
public CkAesCtrParams ( ulong counterBits, byte cb ) : System
counterBits ulong The number of bits in the counter block (cb) that shall be incremented
cb byte Specifies the counter block (16 bytes)
Résultat System

ToMarshalableStructure() public méthode

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