MessageDigest.DigestLength 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 length of the digest in bytes, or 0 if this operation is not supported by the provider and the implementation is not cloneable.
public int DigestLength { [Android.Runtime.Register("getDigestLength", "()I", "")] get; }
[<get: Android.Runtime.Register("getDigestLength", "()I", "")>]
member this.DigestLength : int
Property Value
the digest length in bytes, or 0 if this operation is not supported by the provider and the implementation is not cloneable.
- Attributes
Remarks
Returns the length of the digest in bytes, or 0 if this operation is not supported by the provider and the implementation is not cloneable.
Added in 1.2.
Java documentation for java.security.MessageDigest.getDigestLength()
.
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.