Domain Detective

API Reference

Class

DkimRecord

Namespace DnsClientX
Assembly DnsClientX
Modifiers sealed

Represents a parsed DKIM TXT record.

Inheritance

  • Object
  • DkimRecord

Usage

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

Accepted by parameters

Constructors

public DkimRecord(IReadOnlyDictionary<String, String> tags) #

Initializes a new instance of the DkimRecord class.

Parameters

tags System.Collections.Generic.IReadOnlyDictionary{System.String,System.String} requiredposition: 0
Tags parsed from the record.

Methods

public static Boolean TryParse(String record, out DkimRecord result) #
Returns: Boolean

Attempts to parse a DKIM record.

Parameters

record System.String requiredposition: 0
Raw TXT record.
result DnsClientX.DkimRecord@ requiredposition: 1
Parsed record.

Returns

true if parsing succeeded.

Properties

public IReadOnlyDictionary<String, String> Tags { get; } #

Gets the record tags.

{{ include "footer" }}