CertificateIntermediateCertificates Property  | 
 
                Gets the list of intermediate certificates associated with this certificate that may be
                needed for chain building.
            
 
    Namespace: 
   DotNetBrowser.Net.Certificates
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.1
Syntaxpublic IReadOnlyList<Certificate> IntermediateCertificates { get; }Property Value
Type: 
IReadOnlyListCertificateThe list of intermediate certificates.
See Also