C# Class Net.Pkcs11Interop.LowLevelAPI81.CK_C_INITIALIZE_ARGS

Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Public Properties

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

Property Details

CreateMutex public property

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

DestroyMutex public property

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

Flags public property

Bit flags specifying options
public ulong Flags
return ulong

LockMutex public property

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

Reserved public property

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

UnlockMutex public property

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