Domain Detective

API Reference

Class

CmdletTestDaneRecord

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Test", "DDTlsDaneRecord", DefaultParameterSetName = "ServerName") Alias(["Test-TlsDane"])

Validates DANE TLSA records for the given domain.

Inheritance

Examples

Check DANE records.


Test-DDTlsDaneRecord -DomainName example.com
        

Constructors

Methods

ProcessRecordAsync() #

Validates DANE TLSA records for the specified ports.

Returns

A task that represents the asynchronous operation.

Fields

public String[] DomainName #
Parameter(Mandatory = true, ParameterSetName = "ServerName", Position = 0) ValidateNotNullOrEmpty ValidateDomainName

Domain(s) to query.

public DnsEndpoint DnsEndpoint #
Parameter(Mandatory = false, ParameterSetName = "ServerName", Position = 1)

DNS server used for queries.

public Int32[] Ports #
Parameter(Mandatory = false, ParameterSetName = "ServerName", Position = 2)

Custom ports to query.

public SwitchParameter FullResponse #
Parameter(Mandatory = false, ParameterSetName = "ServerName")

Return full analysis object.

{{ include "footer" }}