DkmSHA1HashValue Struct
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.
Value of a calculated SHA-1 hash. SHA-1 hashes are used for the document checksum feature, which is a non-security purpose. SHA-1 should no longer be used for any security related purpose.
public value class DkmSHA1HashValue : IComparable<Microsoft::VisualStudio::Debugger::Symbols::DkmSHA1HashValue>, IEquatable<Microsoft::VisualStudio::Debugger::Symbols::DkmSHA1HashValue>
[System.Runtime.InteropServices.Guid("db7a1f38-cb63-d4c8-70aa-b52af7e0b9ed")]
public struct DkmSHA1HashValue : IComparable<Microsoft.VisualStudio.Debugger.Symbols.DkmSHA1HashValue>, IEquatable<Microsoft.VisualStudio.Debugger.Symbols.DkmSHA1HashValue>
[<System.Runtime.InteropServices.Guid("db7a1f38-cb63-d4c8-70aa-b52af7e0b9ed")>]
type DkmSHA1HashValue = struct
Public Structure DkmSHA1HashValue
Implements IComparable(Of DkmSHA1HashValue), IEquatable(Of DkmSHA1HashValue)
- Inheritance
-
DkmSHA1HashValue
- Attributes
- Implements
Constructors
DkmSHA1HashValue(Int32, Int32, Int32, Int32, Int32) |
Initialize a new DkmSHA1HashValue value. |
Fields
Value0 |
First 32-bits of the calculated hash. |
Value1 |
Second 32-bits of the calculated hash. |
Value2 |
Third 32-bits of the calculated hash. |
Value3 |
Forth 32-bits of the calculated hash. |
Value4 |
Fifth 32-bits of the calculated hash. |
Methods
CompareTo(DkmSHA1HashValue) | |
Equals(DkmSHA1HashValue) |
Compare two elements of the DkmSHA1HashValue structure. |
GetHashCode() |
Operators
Equality(DkmSHA1HashValue, DkmSHA1HashValue) |
Compare two elements of the DkmSHA1HashValue sructure. |
GreaterThan(DkmSHA1HashValue, DkmSHA1HashValue) |
Compare two elements of the DkmSHA1HashValue sructure. |
GreaterThanOrEqual(DkmSHA1HashValue, DkmSHA1HashValue) |
Compare two elements of the DkmSHA1HashValue sructure. |
Inequality(DkmSHA1HashValue, DkmSHA1HashValue) |
Compare two elements of the DkmSHA1HashValue sructure. |
LessThan(DkmSHA1HashValue, DkmSHA1HashValue) |
Compare two elements of the DkmSHA1HashValue sructure. |
LessThanOrEqual(DkmSHA1HashValue, DkmSHA1HashValue) |
Compare two elements of the DkmSHA1HashValue sructure. |