Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

MiddleTierSecurityEvents Properties

Stores handlers for XPO Middle Tier Security events.
Name Description
OnCustomAuthenticate Specifies the delegate that configures custom authentication.
OnCustomCreateHttpClient Specifies the delegate that creates a custom HttpClient that your WinForms application uses to interact with the Middle Tier Security server.
OnHttpClientCreated Specifies the delegate that configures the HttpClient that your WinForms application uses to interact with the Middle Tier Security server.
See Also