DicomObjects.NET10 Documentation
DicomObjects.DicomWeb.WebClient Namespace / DicomWebClientConnectionConfig Class / SslProtocols Property



In This Topic
    SslProtocols Property
    In This Topic
    User defined TLS version - default value is None for operating systems to negotiate
    Syntax
    'Declaration
     
    
    Public Property SslProtocols As SslProtocols
    'Usage
     
    
    Dim instance As DicomWebClientConnectionConfig
    Dim value As SslProtocols
     
    instance.SslProtocols = value
     
    value = instance.SslProtocols
    public SslProtocols SslProtocols {get; set;}
    public:
    property SslProtocols SslProtocols {
       SslProtocols get();
       void set (    SslProtocols value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also