PkixBuilderParameters
Summary description for PkixBuilderParameters.
            
                
public PkixBuilderParameters(ISet<TrustAnchor> trustAnchors, ISelector<X509Certificate> targetConstraintsCert)
public PkixBuilderParameters(ISet<TrustAnchor> trustAnchors, ISelector<X509Certificate> targetConstraintsCert, ISelector<X509V2AttributeCertificate> targetConstraintsAttrCert)
Excluded certificates are not used for building a certification path.
            
Sets the excluded certificates which are not used for building a
            certification path. If the ISet is null an
            empty set is assumed.