IDnssecProperties.SigningKey Property

Definition

The list of signing keys.

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Create=false, Description="The list of signing keys.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISigningKey) }, Read=true, ReadOnly=true, Required=false, SerializedName="signingKeys", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISigningKey> SigningKey { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Create=false, Description="The list of signing keys.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISigningKey) }, Read=true, ReadOnly=true, Required=false, SerializedName="signingKeys", Update=false)>]
member this.SigningKey : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISigningKey>
Public ReadOnly Property SigningKey As List(Of ISigningKey)

Property Value

Attributes

Applies to