Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Net
Pkcs11Interop
LowLevelAPI41
CK_C_INITIALIZE_ARGS
C# 클래스 Net.Pkcs11Interop.LowLevelAPI41.CK_C_INITIALIZE_ARGS
파일 보기
프로젝트 열기: Pkcs11Interop/Pkcs11Interop
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
CreateMutex
System.IntPtr
DestroyMutex
System.IntPtr
Flags
uint
LockMutex
System.IntPtr
Reserved
System.IntPtr
UnlockMutex
System.IntPtr
프로퍼티 상세
CreateMutex
공개적으로 프로퍼티
Pointer to a function to use for creating mutex objects (not supported by Pkcs11Interop)
public
IntPtr,System
CreateMutex
리턴
System.IntPtr
DestroyMutex
공개적으로 프로퍼티
Pointer to a function to use for destroying mutex objects (not supported by Pkcs11Interop)
public
IntPtr,System
DestroyMutex
리턴
System.IntPtr
Flags
공개적으로 프로퍼티
Bit flags specifying options
public
uint
Flags
리턴
uint
LockMutex
공개적으로 프로퍼티
Pointer to a function to use for locking mutex objects (not supported by Pkcs11Interop)
public
IntPtr,System
LockMutex
리턴
System.IntPtr
Reserved
공개적으로 프로퍼티
Reserved for future use
public
IntPtr,System
Reserved
리턴
System.IntPtr
UnlockMutex
공개적으로 프로퍼티
Pointer to a function to use for unlocking mutex objects (not supported by Pkcs11Interop)
public
IntPtr,System
UnlockMutex
리턴
System.IntPtr