IProtectionAuthenticationProvider
Interface
Provides the interface for authentication mechanisms used in document protection.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public interface IProtectionAuthenticationProvider
Derived Classes:
Methods
Determines whether the current authentication provider allows editing for the specified permission range.
C#
bool CanEdit(PermissionRangeInfo permissionInfo)
The permission range information to check for edit permissions.
Returns:True if editing is permitted; otherwise, false.
Events
C#
event EventHandler AuthenticationDataChanged