Digest Class
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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |