PkixBuilderParametersGetExcludedCerts Method

Excluded certificates are not used for building a certification path.

Definition

Namespace: Org.BouncyCastle.Pkix
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public virtual ISet<X509Certificate> GetExcludedCerts()

Return Value

ISetX509Certificate
the excluded certificates.

See Also