C# Class Net.Pkcs11Interop.LowLevelAPI80.CK_MECHANISM_INFO

Afficher le fichier Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Méthodes publiques

Свойство Type Description
Flags ulong
MaxKeySize ulong
MinKeySize ulong

Property Details

Flags public_oe property

Bit flags specifying mechanism capabilities
public ulong Flags
Résultat ulong

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 ulong MaxKeySize
Résultat ulong

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 ulong MinKeySize
Résultat ulong