Method: PKCS11::Session#C_CloseSession

Defined in:
lib/pkcs11/session.rb

#C_CloseSessionPKCS11::Session Also known as: close

Closes the session between an application and a token.

Returns:



59
60
61
62
# File 'lib/pkcs11/session.rb', line 59

def C_CloseSession()
  @pk.C_CloseSession(@sess)
  self
end