Freigeben über


PackageInfo.SigningInfo Property

Definition

Signing information read from the package file, potentially including past signing certificates no longer used after signing certificate rotation.

[Android.Runtime.Register("signingInfo", ApiSince=28)]
public Android.Content.PM.SigningInfo? SigningInfo { get; set; }
[<Android.Runtime.Register("signingInfo", ApiSince=28)>]
member this.SigningInfo : Android.Content.PM.SigningInfo with get, set

Property Value

Attributes

Remarks

Signing information read from the package file, potentially including past signing certificates no longer used after signing certificate rotation. This is only filled in if the flag PackageManager#GET_SIGNING_CERTIFICATES was set.

Use this field instead of the deprecated signatures field. See SigningInfo for more information on its contents.

Java documentation for android.content.pm.PackageInfo.signingInfo.

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