Search Results for

    Show / Hide Table of Contents

    Class AwsSigV4Signer

    • Implements AWS Signature Version 4 signing.
    • Generates Authorization, x-amz-date and optional x-amz-security-token headers.
    Inheritance
    object
    AwsSigV4Signer
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public static class AwsSigV4Signer

    Methods

    | Edit this page View Source

    Sign(string, string, string, string, string, string, string, string, byte[], bool, string, DateTime?)

    Declaration
    public static IEnumerable<HttpHeader> Sign(string accessKeyId, string secretAccessKey, string region, string service, string method, string host, string path, string queryString, byte[] payload, bool includePayloadHashHeader, string securityToken = null, DateTime? nowUtc = null)
    Parameters
    Type Name Description
    string accessKeyId
    string secretAccessKey
    string region
    string service
    string method
    string host
    string path
    string queryString
    byte[] payload
    bool includePayloadHashHeader
    string securityToken
    DateTime? nowUtc
    Returns
    Type Description
    IEnumerable<HttpHeader>
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation