DicomObjects Reference
DicomObjects Reference / DicomQuery Object / UseTLS Property
In This Topic
    UseTLS Property
    In This Topic
    Description
    Controls whether to negotiate a secure association using TLS
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property UseTLS As Boolean
    Remarks
    If true, then new outgoing associations made using this object (using SetDestination for DicomConnection objects, or any of the Q/R methods such as DoQueryGetImages etc. for DicomQuery) will use a secured connection.
    Secure associations can be made with or without a client certificate, and this is controlled by the LocalCertificate property.
    See Also