C# 클래스 Net.Pkcs11Interop.LowLevelAPI40.Delegates

Holds delegates for all PKCS#11 functions
파일 보기 프로젝트 열기: Pkcs11Interop/Pkcs11Interop 1 사용 예제들

비공개 메소드들

메소드 설명
Delegates ( IntPtr libraryHandle, bool useGetFunctionList ) : System

Initializes new instance of Delegates class

Initialize ( CK_FUNCTION_LIST ckFunctionList ) : void

Get delegates from unmanaged function pointers

InitializeWithGetFunctionList ( ) : void

Get delegates with C_GetFunctionList function from the statically linked PKCS#11 library

InitializeWithGetFunctionList ( IntPtr libraryHandle ) : void

Get delegates with C_GetFunctionList function from the dynamically loaded shared PKCS#11 library

InitializeWithoutGetFunctionList ( ) : void

Get delegates without C_GetFunctionList function from the statically linked PKCS#11 library

InitializeWithoutGetFunctionList ( IntPtr libraryHandle ) : void

Get delegates without C_GetFunctionList function from the dynamically loaded shared PKCS#11 library