Datasnap.DSTCPServerTransport.TDSTCPServerTransport.SetAuthenticationManager

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Unit: Datasnap.DSTCPServerTransport
Parent: TDSTCPServerTransport

Delphi

procedure SetAuthenticationManager(const AuthManager: TDSCustomAuthenticationManager);

C++

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

Description

The setter method for the AuthenticationManager property.

SetAuthenticationManager is the setter method for the AuthenticationManager property.

See Also