You are here: Home > Documentation > .NET API > System.Net.Security

TrewAppClientAuthenticationOptions Class

System.Net.Security public class TrewAppClientAuthenticationOptions

Summary

Provides options for configuring client authentication for TrewApp connections. This class allows you to specify various settings related to how a TrewApp client should authenticate itself to a server, including certificate handling, protocol versions, and encryption algorithms.

Syntax


public sealed class TrewAppClientAuthenticationOptions
            

Members

Remarks

The TrewAppClientAuthenticationOptions class is essential for establishing secure and authenticated communication channels within the TrewApp framework. By configuring these options, developers can ensure that only authorized clients can connect to TrewApp services and that the data transmitted is protected from unauthorized access.

For more information on certificate management and secure communication protocols in .NET, refer to the official System.Net.Security namespace documentation.

Requirements

Namespace: System.Net.Security

Assembly: TrewApp.Net.dll (in TrewApp.Net framework)