PKIXRevocationChecker.SoftFailExceptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list containing the exceptions that are ignored by the revocation checker when the SOFT_FAIL option is set.
public abstract System.Collections.Generic.IList<Java.Security.Cert.CertPathValidatorException>? SoftFailExceptions { [Android.Runtime.Register("getSoftFailExceptions", "()Ljava/util/List;", "GetGetSoftFailExceptionsHandler", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getSoftFailExceptions", "()Ljava/util/List;", "GetGetSoftFailExceptionsHandler", ApiSince=24)>]
member this.SoftFailExceptions : System.Collections.Generic.IList<Java.Security.Cert.CertPathValidatorException>
Property Value
an unmodifiable list containing the ignored exceptions. The list is empty if no exceptions have been ignored.
- Attributes
Remarks
Returns a list containing the exceptions that are ignored by the revocation checker when the SOFT_FAIL option is set. The list is cleared each time init is called. The list is ordered in ascending order according to the certificate index returned by getIndex method of each entry. An implementation of PKIXRevocationChecker is responsible for adding the ignored exceptions to the list.
Java reference for java.security.cert.PKIXRevocationChecker.getSoftFailExceptions.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.