EMS.ResourceAPI.TEndpointContext.TAuthenticated

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
set
typedef
Visibility: public
Source:
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
Unit: EMS.ResourceAPI
Parent: TEndpointContext

Delphi

TAuthenticated = set of TAuthenticate;

C++

typedef System::Set<TAuthenticate, _DELPHI_SET_ENUMERATOR(TAuthenticate::MasterSecret), _DELPHI_SET_ENUMERATOR(TAuthenticate::Tenant)> TAuthenticated;

Description

Set of types of authentication.

See Also