Table of Contents

Enum CoreChecksumAlgorithm

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

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