Freigeben über


PackageManager.CertInputRawX509 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 ein codiertes X dar.

[Android.Runtime.Register("CERT_INPUT_RAW_X509", 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 CertInputRawX509 = 0;
[<Android.Runtime.Register("CERT_INPUT_RAW_X509", 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 CertInputRawX509 : Android.Content.PM.CertificateType

Feldwert

Value = 0
Attribute

Hinweise

Zertifikateingabebytes: Die Eingabebytes stellen ein codiertes X.509-Zertifikat dar, das mithilfe eines CertificateFactory

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

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: