Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Net
Pkcs11Interop
LowLevelAPI41
CK_C_INITIALIZE_ARGS
C# Class Net.Pkcs11Interop.LowLevelAPI41.CK_C_INITIALIZE_ARGS
Afficher le fichier
Open project: Pkcs11Interop/Pkcs11Interop
Class Usage Examples
Méthodes publiques
Свойство
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
Résultat
System.IntPtr
DestroyMutex
public_oe property
Pointer to a function to use for destroying mutex objects (not supported by Pkcs11Interop)
public
IntPtr,System
DestroyMutex
Résultat
System.IntPtr
Flags
public_oe property
Bit flags specifying options
public
uint
Flags
Résultat
uint
LockMutex
public_oe property
Pointer to a function to use for locking mutex objects (not supported by Pkcs11Interop)
public
IntPtr,System
LockMutex
Résultat
System.IntPtr
Reserved
public_oe property
Reserved for future use
public
IntPtr,System
Reserved
Résultat
System.IntPtr
UnlockMutex
public_oe property
Pointer to a function to use for unlocking mutex objects (not supported by Pkcs11Interop)
public
IntPtr,System
UnlockMutex
Résultat
System.IntPtr