Share via


IDsRecord.KeyTag Property

Definition

The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="keyTag")]
public int? KeyTag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="keyTag")>]
member this.KeyTag : Nullable<int> with get, set
Public Property KeyTag As Nullable(Of Integer)

Property Value

Attributes

Applies to