DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / SslStream Property

In This Topic
    SslStream Property
    In This Topic
    Returns the secure Stream object
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SslStream As System.IO.Stream
    public System.IO.Stream SslStream {get;}
    Remarks
    If Windows nehotiation is used, then this will be an SslStream object
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also