CodeSource.GetCertificates Method

Definition

Gets certificate data from this code source.

[Android.Runtime.Register("getCertificates", "()[Ljava/security/cert/Certificate;", "")]
public Java.Security.Cert.Certificate[]? GetCertificates();
[<Android.Runtime.Register("getCertificates", "()[Ljava/security/cert/Certificate;", "")>]
member this.GetCertificates : unit -> Java.Security.Cert.Certificate[]

Returns

null; Android's stub implementation does not retain certificate data.

Attributes

Remarks

Android source implementation of java.security.CodeSource.

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