C# Class Net.Pkcs11Interop.LowLevelAPI41.CK_MECHANISM

Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
Mechanism uint
Parameter System.IntPtr
ParameterLen uint

Property Details

Mechanism public property

The type of mechanism
public uint Mechanism
return uint

Parameter public property

Pointer to the parameter if required by the mechanism
public IntPtr,System Parameter
return System.IntPtr

ParameterLen public property

Length of the parameter in bytes
public uint ParameterLen
return uint