Sdílet prostřednictvím


SigningKey Class

Definition

Represents the signing key.

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

Constructors

SigningKey()

Creates an new SigningKey instance.

Properties

DelegationSignerInfo

The delegation signer information.

Flag

The flags specifies how the key is used.

KeyTag

The key tag value of the DNSKEY Resource Record.

Protocol

The protocol value. The value is always 3.

PublicKey

The public key, represented as a Base64 encoding.

SecurityAlgorithmType

The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SigningKey.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SigningKey.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SigningKey into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to