Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Net
Pkcs11Interop
LowLevelAPI80
CK_C_INITIALIZE_ARGS
C# Class Net.Pkcs11Interop.LowLevelAPI80.CK_C_INITIALIZE_ARGS
显示文件
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_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
ulong
Flags
return
ulong
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