Gets or sets the SSL protocols that can be used for authentication.
Namespace:
IBM.CTGAssembly: IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public SslProtocols EnabledSslProtocols { get; set; } |
Visual Basic |
---|
Public Property EnabledSslProtocols As SslProtocols Get Set |
Visual C++ |
---|
public: property SslProtocols EnabledSslProtocols { SslProtocols get (); void set (SslProtocols value); } |