PackageManager.CertInputSha256 Field

Definition

Caution

This constant will be removed in the future version. Use Android.Content.PM.CertificateType enum directly instead of this field.

Certificate input bytes: the input bytes represent the SHA256 output of an encoded X.

[Android.Runtime.Register("CERT_INPUT_SHA256", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.CertificateType enum directly instead of this field.", true)]
public const Android.Content.PM.CertificateType CertInputSha256 = 1;
[<Android.Runtime.Register("CERT_INPUT_SHA256", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.CertificateType enum directly instead of this field.", true)>]
val mutable CertInputSha256 : Android.Content.PM.CertificateType

Field Value

Value = 1
Attributes

Remarks

Certificate input bytes: the input bytes represent the SHA256 output of an encoded X.509 Certificate.

Java documentation for android.content.pm.PackageManager.CERT_INPUT_SHA256.

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