Search Results for

    Show / Hide Table of Contents

    Class CanonicalRequest

    Inheritance
    object
    CanonicalRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: OpenSearch.Net.Auth.AwsSigV4
    Assembly: OpenSearch.Net.Auth.AwsSigV4.dll
    Syntax
    public class CanonicalRequest

    Properties

    | Edit this page View Source

    SignedHeaders

    Declaration
    public string SignedHeaders { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    XAmzContentSha256

    Declaration
    public string XAmzContentSha256 { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    XAmzDate

    Declaration
    public string XAmzDate { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    XAmzSecurityToken

    Declaration
    public string XAmzSecurityToken { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    From(HttpRequestMessage, ImmutableCredentials, DateTime)

    Declaration
    public static Task<CanonicalRequest> From(HttpRequestMessage request, ImmutableCredentials credentials, DateTime signingTime)
    Parameters
    Type Name Description
    HttpRequestMessage request
    ImmutableCredentials credentials
    DateTime signingTime
    Returns
    Type Description
    Task<CanonicalRequest>
    | Edit this page View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • SignedHeaders
      • XAmzContentSha256
      • XAmzDate
      • XAmzSecurityToken
    • Methods
      • From(HttpRequestMessage, ImmutableCredentials, DateTime)
      • ToString()
    • Extension Methods
    Back to top Generated by DocFX