PkixCertPathCertificates Property

Returns the list of certificates in this certification path.

Definition

Namespace: Org.BouncyCastle.Pkix
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public virtual IList<X509Certificate> Certificates { get; }

Property Value

IListX509Certificate

See Also