PipeSslNetSslProtocols 属性 |
获取或设置当前的 SSL/TLS 协议版本,默认为 Tls | Tls11 | Tls12
命名空间:
HslCommunication.Core.Pipe
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.1.0 (12.3.1.0)
语法public SslProtocols SslProtocols { get; set; }
Public Property SslProtocols As SslProtocols
Get
Set
public:
property SslProtocols SslProtocols {
SslProtocols get ();
void set (SslProtocols value);
}
member SslProtocols : SslProtocols with get, set
属性值
类型:
SslProtocols
参见