XdsObjects Help file
MedicalConnections.Security Namespace / TlsClientBouncyCastle Class / TlsCipherSuite Property



In This Topic
    TlsCipherSuite Property
    In This Topic
    The List of Ciphers to Propose
    Syntax
    Public Property TlsCipherSuite As List(Of TlsCipher)
    Dim instance As TlsClientBouncyCastle
    Dim value As List(Of TlsCipher)
     
    instance.TlsCipherSuite = value
     
    value = instance.TlsCipherSuite
    public List<TlsCipher> TlsCipherSuite {get; set;}
    public:
    property List<TlsCipher>^ TlsCipherSuite {
       List<TlsCipher>^ get();
       void set (    List<TlsCipher>^ 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