Share via


HashValue Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents the value of the computed hash code.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Protected HashValue As Byte()
protected byte[] HashValue
protected:
array<unsigned char>^ HashValue
val mutable HashValue: byte[]
protected var HashValue : byte[]

Remarks

This field is accessed through the Hash property.

.NET Framework Security

See Also

Reference

HashAlgorithm Class

System.Security.Cryptography Namespace