Interface
IProtectionAuthenticationProvider

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

PermissionRangeInfo

The permission range information to check for edit permissions.

Returns

bool

True if editing is permitted; otherwise, false.

Events

AuthenticationDataChanged

Declaration

cs-api-definition
event EventHandler AuthenticationDataChanged

Event Value

EventHandler