Pkcs11Interop  5.1.2
Protected Attributes | Properties | List of all members
Net.Pkcs11Interop.HighLevelAPI80.MechanismInfo Class Reference

Provides information about a particular mechanism More...

Inherits Net.Pkcs11Interop.HighLevelAPI.IMechanismInfo.

Protected Attributes

CKM _mechanism = 0
 Mechanism More...
 
NativeULong _minKeySize = 0
 The minimum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent) More...
 
NativeULong _maxKeySize = 0
 The maximum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent) More...
 
MechanismFlags _mechanismFlags = null
 Flags specifying mechanism capabilities More...
 

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...
 
- Properties inherited from Net.Pkcs11Interop.HighLevelAPI.IMechanismInfo
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

Member Data Documentation

◆ _maxKeySize

NativeULong Net.Pkcs11Interop.HighLevelAPI80.MechanismInfo._maxKeySize = 0
protected

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.HighLevelAPI80.MechanismInfo._mechanism = 0
protected

◆ _mechanismFlags

MechanismFlags Net.Pkcs11Interop.HighLevelAPI80.MechanismInfo._mechanismFlags = null
protected

Flags specifying mechanism capabilities

◆ _minKeySize

NativeULong Net.Pkcs11Interop.HighLevelAPI80.MechanismInfo._minKeySize = 0
protected

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

Property Documentation

◆ MaxKeySize

ulong Net.Pkcs11Interop.HighLevelAPI80.MechanismInfo.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.HighLevelAPI80.MechanismInfo.Mechanism
get

◆ MechanismFlags

IMechanismFlags Net.Pkcs11Interop.HighLevelAPI80.MechanismInfo.MechanismFlags
get

Flags specifying mechanism capabilities

◆ MinKeySize

ulong Net.Pkcs11Interop.HighLevelAPI80.MechanismInfo.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 class was generated from the following file: