DigestInputStream.On(Boolean) Method

Definition

Turns the digest function on or off.

[Android.Runtime.Register("on", "(Z)V", "GetOn_ZHandler")]
public virtual void On (bool on);
[<Android.Runtime.Register("on", "(Z)V", "GetOn_ZHandler")>]
abstract member On : bool -> unit
override this.On : bool -> unit

Parameters

on
Boolean

true to turn the digest function on, false to turn it off.

Attributes

Remarks

Java documentation for java.security.DigestInputStream.on(boolean).

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

See also