C# Класс Net.Pkcs11Interop.LowLevelAPI80.Delegates

Holds delegates for all PKCS#11 functions
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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