Identity.Certificates Method

Definition

Caution

deprecated

Returns a copy of all the certificates for this identity.

[Android.Runtime.Register("certificates", "()[Ljava/security/Certificate;", "GetCertificatesHandler")]
[System.Obsolete("deprecated")]
public virtual Java.Security.ICertificate[]? Certificates ();
[<Android.Runtime.Register("certificates", "()[Ljava/security/Certificate;", "GetCertificatesHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Certificates : unit -> Java.Security.ICertificate[]
override this.Certificates : unit -> Java.Security.ICertificate[]

Returns

a copy of all the certificates for this identity.

Attributes

Remarks

Returns a copy of all the certificates for this identity.

Java documentation for java.security.Identity.certificates().

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