Partager via


PackageManager.CertInputRawX509 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 un X encodé.

[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

Valeur de champ

Value = 0
Attributs

Remarques

Octets d’entrée de certificat : les octets d’entrée représentent un certificat X.509 encodé qui peut être généré à l’aide d’un certificat CertificateFactory

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

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 à