Compartir a través de


Digest Class

Definition

A digest.

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

Constructors

Digest()

Creates an new Digest instance.

Properties

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

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.Api20230701Preview.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