Condividi tramite


PackageManager.CertInputRawX509 Campo

Definizione

Attenzione

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

Byte di input del certificato: i byte di input rappresentano una X codificata.

[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

Valore del campo

Value = 0
Attributi

Commenti

Byte di input del certificato: i byte di input rappresentano un certificato X.509 codificato che può essere generato usando un CertificateFactory

Documentazione java per android.content.pm.PackageManager.CERT_INPUT_RAW_X509.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a