Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Net
Pkcs11Interop
LowLevelAPI40
CK_MECHANISM_INFO
C# Class Net.Pkcs11Interop.LowLevelAPI40.CK_MECHANISM_INFO
Mostra file
Open project: Pkcs11Interop/Pkcs11Interop
Class Usage Examples
Public Properties
Property
Type
Description
Flags
uint
MaxKeySize
uint
MinKeySize
uint
Property Details
Flags
public_oe property
Bit flags specifying mechanism capabilities
public
uint
Flags
return
uint
MaxKeySize
public_oe property
The maximum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent)
public
uint
MaxKeySize
return
uint
MinKeySize
public_oe property
The minimum size of the key for the mechanism (whether this is measured in bits or in bytes is mechanism-dependent)
public
uint
MinKeySize
return
uint