DkmSourceFileId.SHA1Hash(DkmSHA1HashValue) Constructor
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.
Initialize a new SHA1Hash value.
public:
SHA1Hash(Microsoft::VisualStudio::Debugger::Symbols::DkmSHA1HashValue Value);
public SHA1Hash (Microsoft.VisualStudio.Debugger.Symbols.DkmSHA1HashValue Value);
new Microsoft.VisualStudio.Debugger.Symbols.DkmSourceFileId.SHA1Hash : Microsoft.VisualStudio.Debugger.Symbols.DkmSHA1HashValue -> Microsoft.VisualStudio.Debugger.Symbols.DkmSourceFileId.SHA1Hash
Public Sub New (Value As DkmSHA1HashValue)
Parameters
- Value
- DkmSHA1HashValue
[In] 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.