Enum CoreChecksumAlgorithm
Algorithms for validating request and response integrity for supported operations. These are the algorithms support by the .NET SDK, a given service may only use a subset of these.
public enum CoreChecksumAlgorithm
Fields
CRC32 = 2
CRC32C = 1
NONE = 0
SHA1 = 4
SHA256 = 3