IDnssecConfig.SigningKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of signing keys.
[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The list of signing keys.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ISigningKey) }, ReadOnly=true, Required=false, SerializedName="signingKeys")]
public Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ISigningKey[] SigningKey { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The list of signing keys.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ISigningKey) }, ReadOnly=true, Required=false, SerializedName="signingKeys")>]
member this.SigningKey : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.ISigningKey[]
Public ReadOnly Property SigningKey As ISigningKey()
Property Value
- Attributes