Gjsify LogoGjsify Logo

Interface Session_ConstructProps

Hierarchy

Index

Properties

app_data?: object

Raw PKCS#11 application data used to open the PKCS#11 session.

handle?: number

The raw CK_SESSION_HANDLE handle of this session.

interaction?: TlsInteraction

Interaction object used to ask the user for pins when opening sessions. Used if the session_options of the enumerator have %GCK_SESSION_LOGIN_USER

opening_flags?: number

Raw PKCS#11 flags used to open the PKCS#11 session.

options?: SessionOptions

The options this session was opened with.

slot?: Gck.Slot

The GckSlot this session is opened on.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method