Table of Contents

Aws4HmacAuthorizationHeader Constructor

Definition

Namespace
Codebelt.Extensions.AwsSignature4
Assemblies
Codebelt.Extensions.AwsSignature4.dll
Source
src/Codebelt.Extensions.AwsSignature4/Aws4HmacAuthorizationHeader.cs

Aws4HmacAuthorizationHeader(string, string, string, string)

Initializes a new instance of the Aws4HmacAuthorizationHeader class.

public Aws4HmacAuthorizationHeader(string clientId, string credentialScope, string signedHeaders, string signature)

Parameters

clientId string

The client identifier that is the public key of the signing process.

credentialScope string

The credential scope that defines the remote resource.

signedHeaders string

The headers that will be part of the signing process.

signature string

The signature that represents the integrity of this header.