Поделиться через


PackageManager.CertInputRawX509 Поле

Определение

Внимание!

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

Входные байты сертификата: входные байты представляют закодированный 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

Значение поля

Value = 0
Атрибуты

Комментарии

Входные байты сертификата: входные байты представляют кодированный сертификат X.509, который можно создать с помощью CertificateFactory

Документация по Java для android.content.pm.PackageManager.CERT_INPUT_RAW_X509.

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к