Click or drag to resize

TlsServerEnabledSslProtocols Property

Gets or sets a set of flags which determine the enabled SslProtocols.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(SslProtocols.Tls12)]
public SslProtocols EnabledSslProtocols { get; set; }
View Source

Property Value

SslProtocols
Exceptions
ExceptionCondition
SecurityExceptionFailed to write event log entry for security warning about use of less secure TLS/SSL protocols.
See Also