Initializes a new instance of the PkixBuilderParameters class
Namespace: Org.BouncyCastle.PkixAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PkixBuilderParameters( ISet trustAnchors, IX509Selector targetConstraints ) |
Visual Basic |
---|
Public Sub New ( _ trustAnchors As ISet, _ targetConstraints As IX509Selector _ ) |
Visual C++ |
---|
public: PkixBuilderParameters( ISet^ trustAnchors, IX509Selector^ targetConstraints ) |
Parameters
- trustAnchors
- Type: Org.BouncyCastle.Utilities.Collections..::..ISet
- targetConstraints
- Type: Org.BouncyCastle.X509.Store..::..IX509Selector