Java.Security.Cert.CertPathValidatorException Class
The exception that is thrown when a certification path (or certificate chain) cannot be validated.

See Also: CertPathValidatorException Members

Syntax

[Android.Runtime.Register("java/security/cert/CertPathValidatorException", DoNotGenerateAcw=true)]
public class CertPathValidatorException : Java.Security.GeneralSecurityException

Remarks

The exception that is thrown when a certification path (or certificate chain) cannot be validated.

A CertPathValidatorException may optionally include the certification path instance that failed the validation and the index of the failed certificate.

[Android Documentation]

Requirements

Namespace: Java.Security.Cert
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1