DnssecConfig.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Dns.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISigningKey> SigningKey { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Origin(Microsoft.Azure.PowerShell.Cmdlets.Dns.PropertyOrigin.Inlined)>]
member this.SigningKey : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.ISigningKey>
Public ReadOnly Property SigningKey As List(Of ISigningKey)
Property Value
Implements
- Attributes