PkixBuilderParametersSetExcludedCerts Method

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

Definition

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

Parameters

excludedCerts  ISetX509Certificate
The excluded certificates to set.

Remarks

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

See Also