ISymbolDocumentWriter.SetCheckSum(Guid, Byte[]) 方法
定义
设置校验和信息。Sets checksum information.
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())
参数
- algorithmId
- Guid
表示算法 ID 的 GUID。The GUID representing the algorithm ID.
- checkSum
- Byte[]
校验和。The checksum.
注解
设置文档的校验和。Sets the checksum for the document.