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
Constructors
C#
public UserAuthenticationRequestEventArgs(PermissionRangeInfo permissionInfo)
Properties
Gets a value indicating whether the user is authenticated.
C#
public bool IsAuthenticated { get; set; }
true if the user is authenticated; otherwise, false.
Represents the permission information associated with a user authentication request.
C#
public PermissionRangeInfo PermissionInfo { get; }