public C_OpenSession ( ulong slotId, ulong flags, IntPtr application, IntPtr notify, ulong &session ) : CKR | ||
slotId | ulong | The ID of the token's slot |
flags | ulong | Flags indicating the type of session |
application | IntPtr | An application defined pointer to be passed to the notification callback |
notify | IntPtr | The address of the notification callback function |
session | ulong | Location that receives the handle for the new session |
리턴 | CKR |