C# 클래스 Net.Pkcs11Interop.LowLevelAPI81.CK_C_INITIALIZE_ARGS

파일 보기 프로젝트 열기: Pkcs11Interop/Pkcs11Interop 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreateMutex System.IntPtr
DestroyMutex System.IntPtr
Flags ulong
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 ulong Flags
리턴 ulong

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