PKIXCertPathBuilderResult.CertPath Property

Definition

Returns the built and validated certification path.

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 built and validated CertPath (never null)

Implements

Attributes

Remarks

Returns the built and validated certification path. The CertPath object does not include the trust anchor. Instead, use the #getTrustAnchor() getTrustAnchor() method to obtain the TrustAnchor that served as the trust anchor for the certification path.

Java documentation for java.security.cert.PKIXCertPathBuilderResult.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