Table of Contents

Class ConsentChecksum

Namespace
Dynamicweb.DataProcessing
Assembly
Dynamicweb.Core.dll

Utility for handling consent checksums.

public static class ConsentChecksum
Inheritance
ConsentChecksum
Inherited Members

Methods

Calculates the checksum.

public static string CalculateChecksum(Consent consent)

Parameters

consent Consent

The consent.

Returns

string

A calculated checksum value for the given consent.

Validates the checksum.

public static bool ValidateChecksum(Consent consent)

Parameters

consent Consent

The consent.

Returns

bool

true, if valid; otherwise false

To top