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