Domain Detective

API Reference

Class

CertificateServiceDescriptor

Namespace DomainDetective
Assembly DomainDetective
Modifiers sealed

Represents normalized endpoint details for certificate monitoring targets.

Inheritance

  • Object
  • CertificateServiceDescriptor

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

public CertificateServiceDescriptor() #

Properties

public String Url { get; set; } #

Gets or sets the url value.

public String Host { get; set; } #

Gets or sets the host value.

public String Scheme { get; set; } #

Gets or sets the scheme value.

public Int32 Port { get; set; } #

Gets or sets the port value.

public String Service { get; set; } #

Gets or sets the service value.

{{ include "footer" }}