Condividi tramite


Checksum.TypeWholeSha1 Campo

Definizione

Attenzione

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

Hash SHA1 calcolato in tutti i byte di file.

[Android.Runtime.Register("TYPE_WHOLE_SHA1", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ChecksumType enum directly instead of this field.", true)]
public const Android.Content.PM.ChecksumType TypeWholeSha1 = 4;
[<Android.Runtime.Register("TYPE_WHOLE_SHA1", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Content.PM.ChecksumType enum directly instead of this field.", true)>]
val mutable TypeWholeSha1 : Android.Content.PM.ChecksumType

Valore del campo

Value = 4

Implementazioni

Attributi

Commenti

Hash SHA1 calcolato in tutti i byte di file.

Questo membro è deprecato. Non applicata alla piattaforma. Interrotto e non deve essere usato. Usare digest applicati dalla piattaforma, #TYPE_WHOLE_MERKLE_ROOT_4K_SHA256ad esempio . Fornito per motivi di completezza e per supportare le maiuscole e minuscole legacy.

Documentazione java per android.content.pm.Checksum.TYPE_WHOLE_SHA1.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a