TrustAnchor.CA Property

Definition

Returns the name of the most-trusted CA as an X500Principal.

public Javax.Security.Auth.X500.X500Principal? CA { [Android.Runtime.Register("getCA", "()Ljavax/security/auth/x500/X500Principal;", "")] get; }
[<get: Android.Runtime.Register("getCA", "()Ljavax/security/auth/x500/X500Principal;", "")>]
member this.CA : Javax.Security.Auth.X500.X500Principal

Property Value

the X.500 distinguished name of the most-trusted CA, or null if the trust anchor was not specified as a trusted public key and name or X500Principal pair

Attributes

Remarks

Returns the name of the most-trusted CA as an X500Principal.

Added in 1.5.

Java documentation for java.security.cert.TrustAnchor.getCA().

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