C# Class Net.Pkcs11Interop.LowLevelAPI80.Delegates

Holds delegates for all PKCS#11 functions
Show file Open project: Pkcs11Interop/Pkcs11Interop Class Usage Examples

Private Methods

Method Description
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