C# Класс Net.Pkcs11Interop.HighLevelAPI41.MechanismParams.CkCamelliaCtrParams

Parameters for the CKM_CAMELLIA_CTR mechanism
Наследование: IMechanismParams
Показать файл Открыть проект

Открытые методы

Метод Описание
CkCamelliaCtrParams ( uint counterBits, byte cb ) : System

Initializes a new instance of the CkCamelliaCtrParams class.

ToMarshalableStructure ( ) : object

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

Описание методов

CkCamelliaCtrParams() публичный Метод

Initializes a new instance of the CkCamelliaCtrParams class.
public CkCamelliaCtrParams ( uint counterBits, byte cb ) : System
counterBits uint The number of bits in the counter block (cb) that shall be incremented
cb byte Specifies the counter block (16 bytes)
Результат System

ToMarshalableStructure() публичный Метод

Returns managed object that can be marshaled to an unmanaged block of memory
public ToMarshalableStructure ( ) : object
Результат object