Digest Class

Definition

A digest.

[Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.DigestTypeConverter))]
public class Digest : Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDigest
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.DigestTypeConverter))>]
type Digest = class
    interface IDigest
    interface IJsonSerializable
Public Class Digest
Implements IDigest
Inheritance
Digest
Attributes
Implements

Constructors

Name Description
Digest()

Creates an new Digest instance.

Properties

Name Description
AlgorithmType

The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml

Value

The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Digest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Digest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.IDigest.

FromJsonString(String)

Creates a new instance of Digest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Digest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to