Share via


DelegationSignerInfo Constructors

Definition

Overloads

DelegationSignerInfo()

Initializes a new instance of the DelegationSignerInfo class.

DelegationSignerInfo(Nullable<Int32>, String, String)

Initializes a new instance of the DelegationSignerInfo class.

DelegationSignerInfo()

Initializes a new instance of the DelegationSignerInfo class.

public DelegationSignerInfo ();
Public Sub New ()

Applies to

DelegationSignerInfo(Nullable<Int32>, String, String)

Initializes a new instance of the DelegationSignerInfo class.

public DelegationSignerInfo (int? digestAlgorithmType = default, string digestValue = default, string record = default);
new Microsoft.Azure.Management.Dns.Models.DelegationSignerInfo : Nullable<int> * string * string -> Microsoft.Azure.Management.Dns.Models.DelegationSignerInfo
Public Sub New (Optional digestAlgorithmType As Nullable(Of Integer) = Nothing, Optional digestValue As String = Nothing, Optional record As String = Nothing)

Parameters

digestAlgorithmType
Nullable<Int32>

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

digestValue
String

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

record
String

The record represents a delegation signer (DS) record.

Applies to