Datasnap.DSAuth.TRoleAuth

From RAD Studio API Documentation
Jump to: navigation, search

System.TCustomAttributeSystem.TObjectTRoleAuth
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: Datasnap.DSAuth

Delphi

TRoleAuth = class(TCustomAttribute)

C++

class PASCALIMPLEMENTATION TRoleAuth : public System::TCustomAttribute

Description

Attribute that you can use in a server class or in a server method to specify the roles that are authorized or not authorized to use the methods of the target class or the target method.

See Also