Share via


ContentHash.Algorithm Property

Definition

Gets or sets the content hash algorithm used to hash the content.

public string Algorithm { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="algorithm")]
public string Algorithm { get; set; }
member this.Algorithm : string with 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