EMS.ResourceAPI.TEndpointContext.TAuthenticated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TAuthenticated = set of TEndpointContext.TAuthenticate;

C++

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

Properties

Type Visibility Source Unit Parent
set
typedef
public
EMS.ResourceAPI.pas
EMS.ResourceAPI.hpp
EMS.ResourceAPI TEndpointContext

Description

Set of types of authentication.

See Also