XdsObjects Help file
MedicalConnections.Security Namespace / TlsBouncyCastle Class / TrustedRoots Property



In This Topic
    TrustedRoots Property
    In This Topic
    The list of trusted root certificates
    Syntax
    Protected Property TrustedRoots As List(Of X509Certificate)
    Dim instance As TlsBouncyCastle
    Dim value As List(Of X509Certificate)
     
    instance.TrustedRoots = value
     
    value = instance.TrustedRoots
    protected List<X509Certificate> TrustedRoots {get; set;}
    protected:
    property List<X509Certificate^>^ TrustedRoots {
       List<X509Certificate^>^ get();
       void set (    List<X509Certificate^>^ 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