Class
UserAuthenticationRequestEventArgs

Provides data for the user authentication request event.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class UserAuthenticationRequestEventArgs : EventArgs

Inheritance: objectEventArgsUserAuthenticationRequestEventArgs

Inherited Members EventArgs.Empty

Constructors

UserAuthenticationRequestEventArgs(PermissionRangeInfo)

Declaration

cs-api-definition
public UserAuthenticationRequestEventArgs(PermissionRangeInfo permissionInfo)

Parameters

permissionInfo

PermissionRangeInfo

Properties

IsAuthenticated

Gets a value indicating whether the user is authenticated.

Declaration

cs-api-definition
public bool IsAuthenticated { get; set; }

Property Value

bool

true if the user is authenticated; otherwise, false.

PermissionInfo

Represents the permission information associated with a user authentication request.

Declaration

cs-api-definition
public PermissionRangeInfo PermissionInfo { get; }

Property Value

PermissionRangeInfo