Sets the excluded certificates which are not used for building a certification path. If the
CopyC#
ISet
is
CopyC#
null
an empty set is assumed.

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

Syntax

C#
public virtual void SetExcludedCerts(
	ISet excludedCerts
)
Visual Basic
Public Overridable Sub SetExcludedCerts ( _
	excludedCerts As ISet _
)
Visual C++
public:
virtual void SetExcludedCerts(
	ISet^ excludedCerts
)

Parameters

excludedCerts
Type: Org.BouncyCastle.Utilities.Collections..::..ISet
The excluded certificates to set.

Remarks

The given set is cloned to protect it against subsequent modifications.

See Also