Share via


DelegationSignerInfo Class

Definition

The delegation signer information.

public class DelegationSignerInfo
type DelegationSignerInfo = class
Public Class DelegationSignerInfo
Inheritance
DelegationSignerInfo

Constructors

DelegationSignerInfo()

Initializes a new instance of the DelegationSignerInfo class.

DelegationSignerInfo(Nullable<Int32>, String, String)

Initializes a new instance of the DelegationSignerInfo class.

Properties

DigestAlgorithmType

Gets 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

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

Record

Gets the record represents a delegation signer (DS) record.

Applies to