Domain Detective

API Reference

Class

RrsigInfo

Namespace DomainDetective
Assembly DomainDetective

Simplified representation of an RRSIG record.

Inheritance

  • Object
  • RrsigInfo

Remarks

Contains timing information useful for detecting signature rollovers.

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public Int32 KeyTag { get; set; } #

Key tag value.

public String Algorithm { get; set; } #

Algorithm name.

public DateTimeOffset Inception { get; set; } #

Signature inception time.

public DateTimeOffset Expiration { get; set; } #

Signature expiration time.

public Double DaysRemaining { get; } #

Days remaining until the signature expires.

{{ include "footer" }}