XdsObjects Help file
MedicalConnections.Security Namespace / ITlsClientSecurity Interface / TlsStream Method
The remote address
The outer (already connected) stream



In This Topic
    TlsStream Method (ITlsClientSecurity)
    In This Topic
    Create an encrypted stream, based on the provided "outer" stream
    Syntax
    Function TlsStream( _
       ByVal Address As String, _
       ByVal OuterStream As Stream _
    ) As Stream
    Dim instance As ITlsClientSecurity
    Dim Address As String
    Dim OuterStream As Stream
    Dim value As Stream
     
    value = instance.TlsStream(Address, OuterStream)

    Parameters

    Address
    The remote address
    OuterStream
    The outer (already connected) stream

    Return Value

    A new encrypted stream
    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