Share via


PackageManager.CertInputSha256 Campo

Definición

Precaución

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

Bytes de entrada del certificado: los bytes de entrada representan la salida SHA256 de una X codificada.

[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

Valor de campo

Value = 1
Atributos

Comentarios

Bytes de entrada del certificado: los bytes de entrada representan la salida SHA256 de un certificado X.509 codificado.

Documentación de Java para android.content.pm.PackageManager.CERT_INPUT_SHA256.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a