NeatUpload Documentation

ObjectProtector.SignatureChecker Delegate

A method that verifies that two signatures are the same and throws an exception if they aren't.

public delegate void ObjectProtector.SignatureChecker(
   byte[] actualHash,
   byte[] expectedHash
);

Parameters

actualHash
the actual signature
expectedHash
the expected signature

Requirements

Namespace: Brettle.Web.NeatUpload

Assembly: Brettle.Web.NeatUpload (in Brettle.Web.NeatUpload.dll)

See Also

Brettle.Web.NeatUpload Namespace