Method | Description | |
---|---|---|
Delegates ( |
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 ( |
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 ( |
Get delegates without C_GetFunctionList function from the dynamically loaded shared PKCS#11 library
|