Namespace Amazon.Runtime.Internal.Auth
Classes
- AWS4PreSignedUrlSigner
AWS4 protocol signer for Amazon S3 presigned urls.
- AWS4Signer
AWS4 protocol signer for service calls that transmit authorization in the header field "Authorization".
- AWS4SigningResult
Encapsulates the various fields and eventual signing value that makes up an AWS4 signature. This can be used to retrieve the required authorization string or authorization query parameters for the final request as well as hold ongoing signature computations for subsequent calls related to the initial signing.
- NullSigner
Null Signer which does a no-op.
- SignatureException
This exception is thrown if there are problems signing the request.