Sprache

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 auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: