ISymbolDocumentWriter.SetCheckSum Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Sets checksum information.

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

Syntax

'Declaration
Sub SetCheckSum ( _
    algorithmId As Guid, _
    checkSum As Byte() _
)
void SetCheckSum(
    Guid algorithmId,
    byte[] checkSum
)

Parameters

  • algorithmId
    Type: System.Guid
    The GUID that represents the algorithm ID.

Remarks

Sets the checksum for the document.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.