9 #ifndef BOTAN_P11_SESSION_H__
10 #define BOTAN_P11_SESSION_H__
12 #include <botan/p11.h>
13 #include <botan/p11_slot.h>
44 #if !defined( _MSC_VER ) || ( _MSC_VER >= 1900 )
71 return m_slot.module();
void set_pin(Slot &slot, const secure_string &so_pin, const secure_string &pin)
SessionHandle handle() const
CK_SESSION_HANDLE SessionHandle
secure_vector< uint8_t > secure_string
Represents a PKCS#11 session.
Represents a PKCS#11 Slot, i.e., a card reader.
const Slot & slot() const