C# Класс Net.Pkcs11Interop.LowLevelAPI41.CK_MECHANISM_INFO

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Flags uint
MaxKeySize uint
MinKeySize uint

Описание свойств

Flags публичное свойство

Bit flags specifying mechanism capabilities
public uint Flags
Результат uint

MaxKeySize публичное свойство

The maximum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent)
public uint MaxKeySize
Результат uint

MinKeySize публичное свойство

The minimum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent)
public uint MinKeySize
Результат uint