Class DefaultCredentialsValidator
Inheritance
System.Object
DefaultCredentialsValidator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DefaultCredentialsValidator : IProtectionAuthenticationProvider
Constructors
DefaultCredentialsValidator(RadRichTextBox)
Declaration
public DefaultCredentialsValidator(RadRichTextBox richTextBox)
Parameters
RadRichTextBox
richTextBox
|
Methods
CanEdit(PermissionRangeInfo)
Declaration
public bool CanEdit(PermissionRangeInfo permissionInfo)
Parameters
PermissionRangeInfo
permissionInfo
|
Returns
System.Boolean
|
Implements
Events
AuthenticationDataChanged
Declaration
public event EventHandler AuthenticationDataChanged
Event Type
System.EventHandler
|