Initializes a new instance of the PkixCertPathBuilderResult class
Namespace: Org.BouncyCastle.PkixAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public PkixCertPathBuilderResult( PkixCertPath certPath, TrustAnchor trustAnchor, PkixPolicyNode policyTree, AsymmetricKeyParameter subjectPublicKey ) |
| Visual Basic |
|---|
Public Sub New ( _ certPath As PkixCertPath, _ trustAnchor As TrustAnchor, _ policyTree As PkixPolicyNode, _ subjectPublicKey As AsymmetricKeyParameter _ ) |
| Visual C++ |
|---|
public: PkixCertPathBuilderResult( PkixCertPath^ certPath, TrustAnchor^ trustAnchor, PkixPolicyNode^ policyTree, AsymmetricKeyParameter^ subjectPublicKey ) |
Parameters
- certPath
- Type: Org.BouncyCastle.Pkix..::..PkixCertPath
- trustAnchor
- Type: Org.BouncyCastle.Pkix..::..TrustAnchor
- policyTree
- Type: Org.BouncyCastle.Pkix..::..PkixPolicyNode
- subjectPublicKey
- Type: Org.BouncyCastle.Crypto..::..AsymmetricKeyParameter