Partager via


ISymbolDocumentWriter.SetCheckSum(Guid, Byte[]) Méthode

Définition

Définit les informations de la somme de contrôle.

public:
 void SetCheckSum(Guid algorithmId, cli::array <System::Byte> ^ checkSum);
public void SetCheckSum (Guid algorithmId, byte[] checkSum);
abstract member SetCheckSum : Guid * byte[] -> unit
Public Sub SetCheckSum (algorithmId As Guid, checkSum As Byte())

Paramètres

algorithmId
Guid

GUID représentant l'ID de l'algorithme.

checkSum
Byte[]

Somme de contrôle.

Remarques

Définit la somme de contrôle pour le document.

S’applique à