SetCheckSum Method
Collapse the table of content
Expand the table of content

ISymbolDocumentWriter.SetCheckSum Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Sets checksum information.

Namespace:  System.Diagnostics.SymbolStore
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Sub SetCheckSum ( _
	algorithmId As Guid, _
	checkSum As Byte() _
)

Parameters

algorithmId
Type: System.Guid
The GUID that represents the algorithm ID.
checkSum
Type: System.Byte ()
The checksum.

Sets the checksum for the document.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft