Click or drag to resize

AuthenticationManager Class

Use the AuthenticationManager to authenticate at the Password Safe Server
Inheritance Hierarchy

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public class AuthenticationManager : BaseManager

The AuthenticationManager type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsRealtimeConnected
Returns the information if a realtime connection is established
Public methodLogin
Login with a Password Safe user account. Opens a session on the server. Use Logout to close the session.
Public methodLogout
Closes the current session.
Public methodSetSession
Initializes the session with a token and the user keys.
Public methodToString (Inherited from Object.)
Public methodUpdateSessionExpiration
Top
See Also