'Declaration
<ObsoleteAttribute("Replaced by TrustedCertificates")> Public Property TrustedPeerCertificates As CertificateList
'Usage
Dim instance As SecuredApplication Dim value As CertificateList instance.TrustedPeerCertificates = value value = instance.TrustedPeerCertificates
[Obsolete("Replaced by TrustedCertificates")] public CertificateList TrustedPeerCertificates {get; set;}
[Obsolete("Replaced by TrustedCertificates")] public: property CertificateList^ TrustedPeerCertificates { CertificateList^ get(); void set ( CertificateList^ value); }