Share via


ISigningKey.KeyTag Property

Definition

The key tag value of the DNSKEY Resource Record.

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

Property Value

Attributes

Applies to