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); }