WindowsAuthentication Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The WindowsAuthentication type exposes the following members.

Methods

  Name Description
Public method CloseSession
Closes a user's own Content Studio session.
(Inherited from AuthenticationBase.)
Public method CloseUserSession
Closes any open user session for any user
(Inherited from AuthenticationBase.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetCallerSessionID
Returns the caller's session id, and if found, updates the session expires value.
(Overrides AuthenticationBaseGetCallerSessionID(ConnectionId, SecurityIdentifier).)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Protected method GetUserInfo
Gets details about the user's account.
Protected method Identify
Identifies the calling Windows user.
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method IsValidSession
Checks if a user session in Content Studio is valid.
(Inherited from AuthenticationBase.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method OpenSession(ConnectionId)
When implemented in derived classes, opens a Content Studio session.
Public method OpenSession(ConnectionId, Object)
When implemented in derived classes, opens a Content Studio session.
(Inherited from AuthenticationBase.)
Protected method RegisterUser
Registers a user in Content Studio. Inheriting classes call this method as a part of the authentication process.
(Inherited from AuthenticationBase.)
Protected method SaveUserGroupMapping
Builds the internal mappings between a Content Studio user and the registered groups where the user belongs. Inheriting classes call this method as a part of the authentication process.
(Inherited from AuthenticationBase.)
Public method ToString (Inherited from Object.)
Protected method UserNamesFromNTAccount
Gets the Domain and UserName from the NTAccount object.
Top
See Also

Reference