PkixBuilderParameters Class

Summary description for PkixBuilderParameters.

Definition

Namespace: Org.BouncyCastle.Pkix
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class PkixBuilderParameters : PkixParameters
Inheritance
Object    PkixParameters    PkixBuilderParameters

Constructors

PkixBuilderParameters(ISetTrustAnchor, ISelectorX509Certificate)Initializes a new instance of the PkixBuilderParameters class
PkixBuilderParameters(ISetTrustAnchor, ISelectorX509Certificate, ISelectorX509V2AttributeCertificate)Initializes a new instance of the PkixBuilderParameters class

Properties

Methods

AddCertPathChecker
(Inherited from PkixParameters)
AddStoreAttrCert
(Inherited from PkixParameters)
AddStoreCert
(Inherited from PkixParameters)
AddStoreCrl
(Inherited from PkixParameters)
Clone
(Overrides PkixParametersClone)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetAttrCertCheckers
(Inherited from PkixParameters)
GetCertPathCheckers
(Inherited from PkixParameters)
GetExcludedCerts Excluded certificates are not used for building a certification path.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetInitialPolicies
(Inherited from PkixParameters)
GetInstance 
GetNecessaryACAttributes
(Inherited from PkixParameters)
GetProhibitedACAttributes
(Inherited from PkixParameters)
GetStoresAttrCert
(Inherited from PkixParameters)
GetStoresCert
(Inherited from PkixParameters)
GetStoresCrl
(Inherited from PkixParameters)
GetTargetConstraintsAttrCert
(Inherited from PkixParameters)
GetTargetConstraintsCert
(Inherited from PkixParameters)
GetTrustAnchors
(Inherited from PkixParameters)
GetTrustedACIssuers
(Inherited from PkixParameters)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
SetAdditionalLocationsEnabled
(Inherited from PkixParameters)
SetAttrCertCheckers
(Inherited from PkixParameters)
SetAttrStoresCert
(Inherited from PkixParameters)
Obsolete.
SetCertPathCheckers
(Inherited from PkixParameters)
SetExcludedCerts Sets the excluded certificates which are not used for building a certification path. If the
C#
ISet
is
C#
null
an empty set is assumed.
SetInitialPolicies
(Inherited from PkixParameters)
SetNecessaryACAttributes
(Inherited from PkixParameters)
SetParams
(Overrides PkixParametersSetParams(PkixParameters))
SetProhibitedACAttributes
(Inherited from PkixParameters)
SetStoresAttrCert
(Inherited from PkixParameters)
SetStoresCert
(Inherited from PkixParameters)
SetStoresCrl
(Inherited from PkixParameters)
SetTargetConstraintsAttrCert
(Inherited from PkixParameters)
SetTargetConstraintsCert
(Inherited from PkixParameters)
SetTrustAnchors
(Inherited from PkixParameters)
SetTrustedACIssuers
(Inherited from PkixParameters)
ToString
(Overrides ObjectToString)

See Also