Java.Security.Cert.PKIXParameters: Property Members

The properties of Java.Security.Cert.PKIXParameters are listed below. For a list of all members, see the PKIXParameters Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

AnyPolicyInhibitedbool. Returns whether the any policy OID will be inhibited if it's included in a certificate.
CertPathCheckersIList<PKIXCertPathChecker>. Returns the list of checkers for the certification path.
CertStoresIList<CertStore>. Returns the list of certificate stores that are used to find certificates and CRLs.
DateJava.Util.Date. Returns the time for which the validation of the certification path should be evaluated.
ExplicitPolicyRequiredbool. Returns whether an acceptable policy needs to be explicit identified in every certificate.
InitialPoliciesICollection<string>. Returns the list of policies (as OID strings) that would be acceptable for the purpose of certification path processing.
PolicyMappingInhibitedbool. Returns whether policy mapping is inhibited.
PolicyQualifiersRejectedbool. Returns whether certificates are rejected that include policy qualifiers in a certificate policy extension that is marked as critical.
RevocationEnabledbool. Returns whether the default revocation checking mechanism of the underlying service provider is used.
SigProviderstring. Returns the name of the signature provider.
TargetCertConstraintsICertSelector. Returns the constraints that are required for the target certificate.
TrustAnchorsICollection<TrustAnchor>. Returns a unmodifiable set of the trusted certificate authorities.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.