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 = 2CRC32C = 1NONE = 0SHA1 = 4SHA256 = 3