Share via


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)

属性值

适用于