Show / Hide Table of Contents

Class SslOptions

Represents transport-level encryption options.

Inheritance
object
SslOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: DotNext.Net.Security
Assembly: DotNext.Net.Cluster.dll
Syntax
public class SslOptions

Constructors

View Source

SslOptions()

Initializes empty SSL options for server and client.

Declaration
public SslOptions()

Properties

View Source

ClientOptions

Gets client-side options.

Declaration
public SslClientAuthenticationOptions ClientOptions { get; init; }
Property Value
Type Description
SslClientAuthenticationOptions
View Source

ServerOptions

Gets server-side options.

Declaration
public SslServerAuthenticationOptions ServerOptions { get; init; }
Property Value
Type Description
SslServerAuthenticationOptions

Extension Methods

BasicExtensions.As<T>(T)
BasicExtensions.IsBetween<T, TLowerBound, TUpperBound>(T, TLowerBound, TUpperBound)
BasicExtensions.IsOneOf<T>(T, params ReadOnlySpan<T>)
  • View Source
☀
☾
In this article
Back to top
Supported by the .NET Foundation
☀
☾