Table of Contents

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

certPath PkixCertPath
trustAnchor TrustAnchor
policyTree PkixPolicyNode
subjectPublicKey AsymmetricKeyParameter

Properties

CertPath

public PkixCertPath CertPath { get; }

Property Value

PkixCertPath

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.