Share via


SharedLibraryInfo.CertDigests Property

Definition

Gets the list of certificate digests for the shared library.

public System.Collections.Generic.IList<string> CertDigests { [Android.Runtime.Register("getCertDigests", "()Ljava/util/List;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getCertDigests", "()Ljava/util/List;", "", ApiSince=36)>]
member this.CertDigests : System.Collections.Generic.IList<string>

Property Value

The list of certificate digests

Attributes

Remarks

Gets the list of certificate digests for the shared library.

Java documentation for android.content.pm.SharedLibraryInfo.getCertDigests().

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