DigestInputStream.MessageDigest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the message digest associated with this stream. -or- Associates the specified message digest with this stream.
public virtual Java.Security.MessageDigest? MessageDigest { [Android.Runtime.Register("getMessageDigest", "()Ljava/security/MessageDigest;", "GetGetMessageDigestHandler")] get; [Android.Runtime.Register("setMessageDigest", "(Ljava/security/MessageDigest;)V", "GetSetMessageDigest_Ljava_security_MessageDigest_Handler")] set; }
[<get: Android.Runtime.Register("getMessageDigest", "()Ljava/security/MessageDigest;", "GetGetMessageDigestHandler")>]
[<set: Android.Runtime.Register("setMessageDigest", "(Ljava/security/MessageDigest;)V", "GetSetMessageDigest_Ljava_security_MessageDigest_Handler")>]
member this.MessageDigest : Java.Security.MessageDigest with get, set
Property Value
the message digest associated with this stream.
- Attributes
Remarks
Property getter documentation:
Returns the message digest associated with this stream.
Java documentation for java.security.DigestInputStream.getMessageDigest()
.
Property setter documentation:
Associates the specified message digest with this stream.
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.