PKIXCertPathValidatorResult.TrustAnchor Property

Definition

Returns the TrustAnchor describing the CA that served as a trust anchor for the certification path.

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

Property Value

the TrustAnchor (never null)

Attributes

Remarks

Returns the TrustAnchor describing the CA that served as a trust anchor for the certification path.

Java documentation for java.security.cert.PKIXCertPathValidatorResult.getTrustAnchor().

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