Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Net
Pkcs11Interop
LowLevelAPI40
CK_C_INITIALIZE_ARGS
C# Class Net.Pkcs11Interop.LowLevelAPI40.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
uint
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
uint
Flags
return
uint
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