IDelegationSignerInfo.DigestValue 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 digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="digestValue")]
public string DigestValue { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="digestValue")>]
member this.DigestValue : string
Public ReadOnly Property DigestValue As String
Property Value
- Attributes