Content Studio Web Content Management System
SystemObject
SystemMarshalByRefObject
ContentStudioCSBase
ContentStudio.SecuritySecurityBase
ContentStudio.SecurityAuthenticationBase
ContentStudio.SecurityWindowsAuthentication
ContentStudio.SecuritySessionManager
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Top
Top
[This is preliminary documentation and is subject to change.]
Manages sessions in Content Studio. This class implements the built in Windows Authentication.
Inheritance Hierarchy
SystemMarshalByRefObject
ContentStudioCSBase
ContentStudio.SecuritySecurityBase
ContentStudio.SecurityAuthenticationBase
ContentStudio.SecurityWindowsAuthentication
ContentStudio.SecuritySessionManager
Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax
The SessionManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SessionManager | Initializes a new instance of the SessionManager class |
Methods
Name | Description | |
---|---|---|
![]() | CloseSession |
Closes a user's own Content Studio session.
(Inherited from AuthenticationBase.) |
![]() | CloseUserSession |
Closes any open user session for any user
(Inherited from AuthenticationBase.) |
![]() | CreateObjRef | (Inherited from MarshalByRefObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLifetimeService | (Inherited from MarshalByRefObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | InitializeLifetimeService | (Inherited from MarshalByRefObject.) |
![]() | IsValidSession |
Checks if a user session in Content Studio is valid.
(Inherited from AuthenticationBase.) |
![]() | OpenSession(ConnectionId) |
Opens a new Content Studio session or returns the current session if it is still valid.
(Overrides WindowsAuthenticationOpenSession(ConnectionId).) |
![]() | OpenSession(ConnectionId, Object) |
Opens a new Content Studio session or returns the current session if it is still valid.
(Overrides AuthenticationBaseOpenSession(ConnectionId, Object).) |
![]() | OpenSession(ConnectionId, String, Object) |
Opens a session by using a custom authentication provider.
|
![]() | ToString | (Inherited from Object.) |
See Also