New to Telerik UI for WPFStart a free 30-day trial

Provides data for the user authentication request event.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class UserAuthenticationRequestEventArgs : EventArgs

Inheritance: objectEventArgsUserAuthenticationRequestEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public UserAuthenticationRequestEventArgs(PermissionRangeInfo permissionInfo)
Parameters:permissionInfoPermissionRangeInfo

Properties

Gets a value indicating whether the user is authenticated.

C#
public bool IsAuthenticated { get; set; }
Property Value:

true if the user is authenticated; otherwise, false.

Represents the permission information associated with a user authentication request.

C#
public PermissionRangeInfo PermissionInfo { get; }