Pkcs11Interop  5.1.2
Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI.IMechanismInfo Interface Reference

Provides information about a particular mechanism More...

Inherited by Net.Pkcs11Interop.HighLevelAPI40.MechanismInfo, Net.Pkcs11Interop.HighLevelAPI41.MechanismInfo, Net.Pkcs11Interop.HighLevelAPI80.MechanismInfo, and Net.Pkcs11Interop.HighLevelAPI81.MechanismInfo.

Properties

CKM Mechanism [get]
 Mechanism More...
 
ulong MinKeySize [get]
 The minimum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent) More...
 
ulong MaxKeySize [get]
 The maximum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent) More...
 
IMechanismFlags MechanismFlags [get]
 Flags specifying mechanism capabilities More...
 

Detailed Description

Provides information about a particular mechanism

Property Documentation

◆ MaxKeySize

ulong Net.Pkcs11Interop.HighLevelAPI.IMechanismInfo.MaxKeySize
get

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

◆ Mechanism

CKM Net.Pkcs11Interop.HighLevelAPI.IMechanismInfo.Mechanism
get

Mechanism

◆ MechanismFlags

IMechanismFlags Net.Pkcs11Interop.HighLevelAPI.IMechanismInfo.MechanismFlags
get

Flags specifying mechanism capabilities

◆ MinKeySize

ulong Net.Pkcs11Interop.HighLevelAPI.IMechanismInfo.MinKeySize
get

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 interface was generated from the following file: