Compartilhar via


PackageManager.CertInputRawX509 Campo

Definição

Cuidado

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

Bytes de entrada de certificado: os bytes de entrada representam um X codificado.

[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

Valor do campo

Value = 0
Atributos

Comentários

Bytes de entrada de certificado: os bytes de entrada representam um certificado X.509 codificado que pode ser gerado usando um CertificateFactory

Documentação Java para android.content.pm.PackageManager.CERT_INPUT_RAW_X509.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a