Pkcs11Interop  5.1.2
Public Attributes | List of all members
Net.Pkcs11Interop.LowLevelAPI41.CK_MECHANISM_INFO Struct Reference

Provides information about a particular mechanism More...

Public Attributes

NativeULong MinKeySize
 The minimum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent) More...
 
NativeULong MaxKeySize
 The maximum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent) More...
 
NativeULong Flags
 Bit flags specifying mechanism capabilities More...
 

Detailed Description

Provides information about a particular mechanism

Member Data Documentation

◆ Flags

NativeULong Net.Pkcs11Interop.LowLevelAPI41.CK_MECHANISM_INFO.Flags

Bit flags specifying mechanism capabilities

◆ MaxKeySize

NativeULong Net.Pkcs11Interop.LowLevelAPI41.CK_MECHANISM_INFO.MaxKeySize

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

◆ MinKeySize

NativeULong Net.Pkcs11Interop.LowLevelAPI41.CK_MECHANISM_INFO.MinKeySize

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


The documentation for this struct was generated from the following file: