public PkixBuilderParameters(
ISet<TrustAnchor> trustAnchors,
ISelector<X509Certificate> targetConstraintsCert,
ISelector<X509V2AttributeCertificate> targetConstraintsAttrCert
)
Public Sub New (
trustAnchors As ISet(Of TrustAnchor),
targetConstraintsCert As ISelector(Of X509Certificate),
targetConstraintsAttrCert As ISelector(Of X509V2AttributeCertificate)
)
public:
PkixBuilderParameters(
ISet<TrustAnchor^>^ trustAnchors,
ISelector<X509Certificate^>^ targetConstraintsCert,
ISelector<X509V2AttributeCertificate^>^ targetConstraintsAttrCert
)
Org.BouncyCastle.Pkix.PkixBuilderParameters = function(trustAnchors, targetConstraintsCert, targetConstraintsAttrCert);