C# Class Net.Pkcs11Interop.LowLevelAPI41.CK_C_INITIALIZE_ARGS

Datei anzeigen Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

Property Type Description
CreateMutex System.IntPtr
DestroyMutex System.IntPtr
Flags uint
LockMutex System.IntPtr
Reserved System.IntPtr
UnlockMutex System.IntPtr

Property Details

CreateMutex public_oe property

Pointer to a function to use for creating mutex objects (not supported by Pkcs11Interop)
public IntPtr,System CreateMutex
return System.IntPtr

DestroyMutex public_oe property

Pointer to a function to use for destroying mutex objects (not supported by Pkcs11Interop)
public IntPtr,System DestroyMutex
return System.IntPtr

Flags public_oe property

Bit flags specifying options
public uint Flags
return uint

LockMutex public_oe property

Pointer to a function to use for locking mutex objects (not supported by Pkcs11Interop)
public IntPtr,System LockMutex
return System.IntPtr

Reserved public_oe property

Reserved for future use
public IntPtr,System Reserved
return System.IntPtr

UnlockMutex public_oe property

Pointer to a function to use for unlocking mutex objects (not supported by Pkcs11Interop)
public IntPtr,System UnlockMutex
return System.IntPtr