The PkixBuilderParameters type exposes the following members.

Constructors

  NameDescription
Public methodPkixBuilderParameters
Initializes a new instance of the PkixBuilderParameters class

Methods

  NameDescription
Public methodAddAdditionalStore (Inherited from PkixParameters.)
Public methodAddCertPathChecker (Inherited from PkixParameters.)
Public methodAddStore (Inherited from PkixParameters.)
Public methodClone (Overrides PkixParameters..::..Clone()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAdditionalStores (Inherited from PkixParameters.)
Public methodGetAttrCertCheckers (Inherited from PkixParameters.)
Public methodGetCertPathCheckers (Inherited from PkixParameters.)
Public methodGetExcludedCerts
Excluded certificates are not used for building a certification path.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInitialPolicies (Inherited from PkixParameters.)
Public methodStatic memberGetInstance
Public methodGetNecessaryACAttributes (Inherited from PkixParameters.)
Public methodGetProhibitedACAttributes (Inherited from PkixParameters.)
Public methodGetStores (Inherited from PkixParameters.)
Public methodGetTargetCertConstraints (Inherited from PkixParameters.)
Public methodGetTargetConstraints (Inherited from PkixParameters.)
Public methodGetTrustAnchors (Inherited from PkixParameters.)
Public methodGetTrustedACIssuers (Inherited from PkixParameters.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetAdditionalLocationsEnabled (Inherited from PkixParameters.)
Public methodSetAttrCertCheckers (Inherited from PkixParameters.)
Public methodSetCertPathCheckers (Inherited from PkixParameters.)
Public methodSetExcludedCerts
Sets the excluded certificates which are not used for building a certification path. If the
CopyC#
ISet
is
CopyC#
null
an empty set is assumed.
Public methodSetInitialPolicies (Inherited from PkixParameters.)
Public methodSetNecessaryACAttributes (Inherited from PkixParameters.)
Protected methodSetParams (Overrides PkixParameters..::..SetParams(PkixParameters).)
Public methodSetProhibitedACAttributes (Inherited from PkixParameters.)
Public methodSetStores (Inherited from PkixParameters.)
Public methodSetTargetCertConstraints (Inherited from PkixParameters.)
Public methodSetTargetConstraints (Inherited from PkixParameters.)
Public methodSetTrustAnchors (Inherited from PkixParameters.)
Public methodSetTrustedACIssuers (Inherited from PkixParameters.)
Public methodToString (Overrides Object..::..ToString()()()().)

Properties

See Also