Share via


PackageManager.CertInputRawX509 Field

Definition

Caution

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

Certificate input bytes: the input bytes represent an encoded X.

[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

Field Value

Value = 0
Attributes

Remarks

Certificate input bytes: the input bytes represent an encoded X.509 Certificate which could be generated using an CertificateFactory

Java documentation for android.content.pm.PackageManager.CERT_INPUT_RAW_X509.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to