CertPathValidatorException.CertPath Property

Definition

Returns the certification path that was being validated when the exception was thrown.

public virtual Java.Security.Cert.CertPath? CertPath { [Android.Runtime.Register("getCertPath", "()Ljava/security/cert/CertPath;", "GetGetCertPathHandler")] get; }
[<get: Android.Runtime.Register("getCertPath", "()Ljava/security/cert/CertPath;", "GetGetCertPathHandler")>]
member this.CertPath : Java.Security.Cert.CertPath

Property Value

the CertPath that was being validated when the exception was thrown (or null if not specified)

Attributes

Remarks

Returns the certification path that was being validated when the exception was thrown.

Java documentation for java.security.cert.CertPathValidatorException.getCertPath().

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.

Applies to