SslStreamCertificateContext.IntermediateCertificates Property

Definition

Gets the intermediate certificates for the built chain.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Security::Cryptography::X509Certificates::X509Certificate2 ^> ^ IntermediateCertificates { System::Collections::ObjectModel::ReadOnlyCollection<System::Security::Cryptography::X509Certificates::X509Certificate2 ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.X509Certificates.X509Certificate2> IntermediateCertificates { get; }
member this.IntermediateCertificates : System.Collections.ObjectModel.ReadOnlyCollection<System.Security.Cryptography.X509Certificates.X509Certificate2>
Public ReadOnly Property IntermediateCertificates As ReadOnlyCollection(Of X509Certificate2)

Property Value

Applies to