Share via


DelegationSignerInfo.DigestAlgorithmType Property

Definition

Gets the digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml

[Newtonsoft.Json.JsonProperty(PropertyName="digestAlgorithmType")]
public int? DigestAlgorithmType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="digestAlgorithmType")>]
member this.DigestAlgorithmType : Nullable<int>
Public ReadOnly Property DigestAlgorithmType As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to