Class SslOptions
Represents transport-level encryption options.
Inherited Members
Namespace: DotNext.Net.Security
Assembly: DotNext.Net.Cluster.dll
Syntax
public class SslOptions
Constructors
| Edit this page View SourceSslOptions()
Initializes empty SSL options for server and client.
Declaration
public SslOptions()
Properties
| Edit this page View SourceClientOptions
Gets client-side options.
Declaration
public SslClientAuthenticationOptions ClientOptions { get; init; }
Property Value
Type | Description |
---|---|
SslClientAuthenticationOptions |
ServerOptions
Gets server-side options.
Declaration
public SslServerAuthenticationOptions ServerOptions { get; init; }
Property Value
Type | Description |
---|---|
SslServerAuthenticationOptions |