UserIdentity
Definition
Namespace:Telerik.Reporting.Processing
Assembly:Telerik.Reporting.dll
Syntax:
public class UserIdentity
Inheritance: objectUserIdentity
Constructors
Creates an instance of the UserIdentity type.
public UserIdentity()
Properties
AuthenticationType
string
Gets or sets the type of authentication used.
public string AuthenticationType { get; set; }
Context
IDictionary<string, object>
Gets or sets the context collection for storing and retrieving user objects. The stored objects must be serializable so they can be persisted in the storage.
public IDictionary<string, object> Context { get; set; }
Gets or sets the current user identity context of the report.
public static UserIdentity Current { get; set; }
For the server viewer technologies it will be resolved automatically. The developer can override the default resolving mechanism. It can be retrieved both by this static member and with expression like =UserIdentity.Name
IsAuthenticated
bool
Gets or sets a value that indicates whether the user has been authenticated.
public bool IsAuthenticated { get; set; }
Name
string
Gets or sets the name of the current user.
public string Name { get; set; }