共用方式為


SslStreamCertificateContext.IntermediateCertificates 屬性

定義

取得建置鏈結的中繼憑證。

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)

屬性值

適用於