Miner.Responder.Shared.Security Namespace > ClientUserPermissions Class : IsAuthorized Method |
'Declaration
Public Shared Function IsAuthorized( _ ByVal operation As System.String _ ) As System.Boolean
'Usage
Dim operation As System.String Dim value As System.Boolean value = ClientUserPermissions.IsAuthorized(operation)
public static System.bool IsAuthorized( System.string operation )
public function IsAuthorized( operation: System.String ): System.Boolean; static;
public static function IsAuthorized( operation : System.String ) : System.boolean;
public: static System.bool IsAuthorized( System.string* operation )
public: static System.bool IsAuthorized( System.String^ operation )
true
if current user is authorized, otherwise false
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2