CertPathValidatorException.CertPath 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 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.