Aws4HmacAuthorizationHeader Constructor
Definition
- Namespace
- Codebelt.Extensions.AwsSignature4
- Assemblies
- Codebelt.Extensions.AwsSignature4.dll
Aws4HmacAuthorizationHeader(string, string, string, string)
Initializes a new instance of the Aws4HmacAuthorizationHeader class.
public Aws4HmacAuthorizationHeader(string clientId, string credentialScope, string signedHeaders, string signature)
Parameters
clientIdstringThe client identifier that is the public key of the signing process.
credentialScopestringThe credential scope that defines the remote resource.
signedHeadersstringThe headers that will be part of the signing process.
signaturestringThe signature that represents the integrity of this header.