Datasnap.DSTCPServerTransport.TDSTCPServerTransport.SetAuthenticationManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAuthenticationManager(const AuthManager: TDSCustomAuthenticationManager);

C++

void __fastcall SetAuthenticationManager(Datasnap::Dsauth::TDSCustomAuthenticationManager* const AuthManager);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPServerTransport

Description

The setter method for the AuthenticationManager property.

SetAuthenticationManager is the setter method for the AuthenticationManager property.

See Also