Partager via


PackageManager.CertInputSha256 Champ

Définition

Attention

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

Octets d’entrée de certificat : les octets d’entrée représentent la sortie SHA256 d’un X encodé.

[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

Valeur de champ

Value = 1
Attributs

Remarques

Octets d’entrée de certificat : les octets d’entrée représentent la sortie SHA256 d’un certificat X.509 codé.

Documentation Java pour android.content.pm.PackageManager.CERT_INPUT_SHA256.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à