Excluded certificates are not used for building a certification path.

Namespace: Org.BouncyCastle.Pkix
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public virtual ISet GetExcludedCerts()
Visual Basic
Public Overridable Function GetExcludedCerts As ISet
Visual C++
public:
virtual ISet^ GetExcludedCerts()

Return Value

the excluded certificates.

See Also