InterfaceIProtectionAuthenticationProvider
Interface
Provides the interface for authentication mechanisms used in document protection.
Definition
Namespace:Telerik.Windows.Documents.Model
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public interface IProtectionAuthenticationProvider
Methods
CanEdit(PermissionRangeInfo)
Determines whether the current authentication provider allows editing for the specified permission range.
Declaration
cs-api-definition
bool CanEdit(PermissionRangeInfo permissionInfo)
Parameters
permissionInfo
The permission range information to check for edit permissions.
Returns
True if editing is permitted; otherwise, false.