Protocol Property
Protocol
Gets or sets the SSL protocol.
Declaration
public SslProtocols Protocol { get; set; }
Property Value
SslProtocols |
Remarks
The protocol must be a member of the SslProtocols enum,
and currently only Tls
, Tls11
and Tls12
are supported,
though only the latest is recommended.