Share via


PackageManager.CertInputSha256 Feld

Definition

Achtung

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

Zertifikateingabebytes: Die Eingabebytes stellen die SHA256-Ausgabe eines codierten X dar.

[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

Feldwert

Value = 1
Attribute

Hinweise

Zertifikateingabebytes: Die Eingabebytes stellen die SHA256-Ausgabe eines codierten X.509-Zertifikats dar.

Java-Dokumentation für android.content.pm.PackageManager.CERT_INPUT_SHA256.

Teile dieser Seite sind Änderungen, die auf Arbeiten basieren, die vom Android Open Source Project erstellt und freigegeben wurden und gemäß den In Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: