BlobHandle.GetSha256Digest Method

Definition

Returns the SHA-256 hash of the blob that this object is representing.

[Android.Runtime.Register("getSha256Digest", "()[B", "", ApiSince=30)]
public byte[] GetSha256Digest ();
[<Android.Runtime.Register("getSha256Digest", "()[B", "", ApiSince=30)>]
member this.GetSha256Digest : unit -> byte[]

Returns

Byte[]
Attributes

Remarks

Returns the SHA-256 hash of the blob that this object is representing.

Java documentation for android.app.blob.BlobHandle.getSha256Digest().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to