New to Telerik UI for WPFStart a free 30-day trial

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: DefaultCredentialsValidator

Methods

Determines whether the current authentication provider allows editing for the specified permission range.

C#
bool CanEdit(PermissionRangeInfo permissionInfo)
Parameters:permissionInfoPermissionRangeInfo

The permission range information to check for edit permissions.

Returns:

bool

True if editing is permitted; otherwise, false.

Events

C#
event EventHandler AuthenticationDataChanged