PackageManager.CertInputSha256 フィールド

定義

注意事項

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

証明書入力バイト: 入力バイトは、エンコードされた X の SHA256 出力を表します。

[Android.Runtime.Register("CERT_INPUT_SHA256", 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 CertInputSha256 = 1;
[<Android.Runtime.Register("CERT_INPUT_SHA256", 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 CertInputSha256 : Android.Content.PM.CertificateType

フィールド値

Value = 1
属性

注釈

証明書入力バイト: 入力バイトは、エンコードされた X.509 証明書の SHA256 出力を表します。

android.content.pm.PackageManager.CERT_INPUT_SHA256Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象