C# Class Net.Pkcs11Interop.LowLevelAPI80.CK_MECHANISM_INFO

Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
Flags ulong
MaxKeySize ulong
MinKeySize ulong

Property Details

Flags public property

Bit flags specifying mechanism capabilities
public ulong Flags
return ulong

MaxKeySize public property

The maximum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent)
public ulong MaxKeySize
return ulong

MinKeySize public property

The minimum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent)
public ulong MinKeySize
return ulong