Class PkixCertPathBuilderResult
- Namespace
- Org.BouncyCastle.Pkix
- Assembly
- BouncyCastle.Cryptography.dll
public class PkixCertPathBuilderResult : PkixCertPathValidatorResult
- Inheritance
-
PkixCertPathBuilderResult
- Inherited Members
Constructors
PkixCertPathBuilderResult(PkixCertPath, TrustAnchor, PkixPolicyNode, AsymmetricKeyParameter)
public PkixCertPathBuilderResult(PkixCertPath certPath, TrustAnchor trustAnchor, PkixPolicyNode policyTree, AsymmetricKeyParameter subjectPublicKey)
Parameters
certPathPkixCertPathtrustAnchorTrustAnchorpolicyTreePkixPolicyNodesubjectPublicKeyAsymmetricKeyParameter
Properties
CertPath
public PkixCertPath CertPath { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.