Domain Detective

API Reference

Class

TlsAnalysis

Namespace DomainDetective
Assembly DomainDetective
Implements
IHasAssessments IDisposable

Provides TLS metadata for HTTPS endpoints.

Inheritance

  • Object
  • TlsAnalysis

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

Methods

public async Task AnalyzeServer(String host, Int32 port, InternalLogger logger, CancellationToken cancellationToken = null) #
Returns: Task

Analyzes server.

Parameters

host System.String requiredposition: 0
port System.Int32 requiredposition: 1
logger DomainDetective.InternalLogger requiredposition: 2
cancellationToken System.Threading.CancellationToken = null optionalposition: 3
public async Task AnalyzeServers(IEnumerable<String> hosts, Int32 port, InternalLogger logger, CancellationToken cancellationToken = null) #
Returns: Task

Analyzes servers.

Parameters

hosts System.Collections.Generic.IEnumerable{System.String} requiredposition: 0
port System.Int32 requiredposition: 1
logger DomainDetective.InternalLogger requiredposition: 2
cancellationToken System.Threading.CancellationToken = null optionalposition: 3
public virtual Void Dispose() #
Returns: Void

Executes the dispose operation.

Properties

public String Subject { get; set; } #

Gets or sets the subject value.

public Dictionary<String, Result> ServerResults { get; } #

Gets the server results value.

public TimeSpan Timeout { get; set; } #

Gets or sets the timeout value.

public Int32 MaxConcurrency { get; set; } #

Gets or sets the max concurrency value.

public virtual List<Assessment> Assessments { get; } #

Gets the assessments value.

public IReadOnlyList<RecommendationAdvice> Recommendations { get; } #

Represents the recommendations value.

{{ include "footer" }}