Skip to main content

Create(TdxCustomAuthorizationAgent) Constructor

Creates a new user information provider for the specified authorization agent component.

Declaration

constructor Create(AAuthorizationAgent: TdxCustomAuthorizationAgent);

Parameters

Name Type Description
AAuthorizationAgent TdxCustomAuthorizationAgent

The target authorization agent component (a terminal TdxCustomAuthorizationAgent class descendant instance).

The AAuthorizationAgent parameter value initializes the AuthorizationAgent property of the created user information provider.

Remarks

Tip

We recommend that you call the GetUserInfo class function instead of this constructor to create a compatible user information provider for the target authorization agent component.

See Also