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
| AnyPolicyInhibited | bool. Returns whether the any policy OID will be inhibited if it's included in a certificate. | |
| CertPathCheckers | IList<PKIXCertPathChecker>. Returns the list of checkers for the certification path. | |
| CertStores | IList<CertStore>. Returns the list of certificate stores that are used to find certificates and CRLs. | |
| Date | Java.Util.Date. Returns the time for which the validation of the certification path should be evaluated. | |
| ExplicitPolicyRequired | bool. Returns whether an acceptable policy needs to be explicit identified in every certificate. | |
| InitialPolicies | ICollection<string>. Returns the list of policies (as OID strings) that would be acceptable for the purpose of certification path processing. | |
| PolicyMappingInhibited | bool. Returns whether policy mapping is inhibited. | |
| PolicyQualifiersRejected | bool. Returns whether certificates are rejected that include policy qualifiers in a certificate policy extension that is marked as critical. | |
| RevocationEnabled | bool. Returns whether the default revocation checking mechanism of the underlying service provider is used. | |
| SigProvider | string. Returns the name of the signature provider. | |
| TargetCertConstraints | ICertSelector. Returns the constraints that are required for the target certificate. | |
| TrustAnchors | ICollection<TrustAnchor>. Returns a unmodifiable set of the trusted certificate authorities. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |