Share via


UrlSigningActionParameters.Algorithm Property

Definition

Gets or sets algorithm to use for URL signing. Possible values include: 'SHA256'

[Newtonsoft.Json.JsonProperty(PropertyName="algorithm")]
public string Algorithm { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="algorithm")>]
member this.Algorithm : string with get, set
Public Property Algorithm As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to