Compartir a través de


IDsRecord.DigestAlgorithmType Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="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", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="algorithmType")]
public int? DigestAlgorithmType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="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", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="algorithmType")>]
member this.DigestAlgorithmType : Nullable<int> with get, set
Public Property DigestAlgorithmType As Nullable(Of Integer)

Property Value

Attributes

Applies to