次の方法で共有


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 オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象