Click or drag to resize

BaseEndpointSslProtocols Property

The accepted SslProtocols. Default is Tls12

Namespace:  Crosser.Server.Modules.Endpoint
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public SslProtocols SslProtocols { get; set; }

Property Value

Type: SslProtocols

Implements

IBaseEndpointSslProtocols
See Also