共用方式為


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

android.content.pm.PackageManager.CERT_INPUT_RAW_X509Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於