ContentStudioIdentity Class Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Represents a Content Studio user.
Inheritance Hierarchy

SystemObject
  ContentStudio.SecurityContentStudioIdentity

Namespace: ContentStudio.Security
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public sealed class ContentStudioIdentity : IIdentity

The ContentStudioIdentity type exposes the following members.

Constructors

  NameDescription
Public methodContentStudioIdentity
Initializes a new instance of the ContentStudioIdentity class.
Top
Properties

  NameDescription
Public propertyAuthenticationType
Gets the type of authentication used.
Public propertyIsAuthenticated
Gets a value that indicates whether the user has been authenticated.
Public propertyName
Gets the name of the current user.
Public propertySessionId
Gets the session id.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference