API:Datasnap.DSAuth.TDSAuthenticationManager.Roles

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSAuth.pas
Datasnap.DSAuth.hpp
Unit: Datasnap.DSAuth
Parent: TDSAuthenticationManager

Delphi

property Roles;

C++

__property Roles;

Description

Collection of role items for use with Authorization.

Datasnap.DSAuth.TDSAuthenticationManager.Roles inherits from Datasnap.DSAuth.TDSCustomAuthenticationManager.Roles. All content below this line refers to Datasnap.DSAuth.TDSCustomAuthenticationManager.Roles.

Collection of role items for use with Authorization.

Roles is the collection of role items associated with the authentication manager. These roles get applied to server methods for use with Authorization.

See Also