IProtectionHandler.AccessCheck(String) Method

Definition

Checks if protection handler grants user access to the specified right

public bool AccessCheck (string right);
abstract member AccessCheck : string -> bool
Public Function AccessCheck (right As String) As Boolean

Parameters

right
String

Right to check

Returns

Applies to