Domain Detective

API Reference

Class

SMIMEARecordAnalysis

Namespace DomainDetective
Assembly DomainDetective

Detailed analysis for a single SMIMEA record.

Inheritance

  • Object
  • SMIMEARecordAnalysis

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 String EmailAddress { get; set; } #

Gets or sets the email address value.

public String SmimeaRecord { get; set; } #

Gets or sets the smimea record value.

public Boolean ValidSMIMEARecord { get; set; } #

Gets or sets the valid smimea record value.

public Boolean ValidUsage { get; set; } #

Gets or sets the valid usage value.

public Boolean ValidSelector { get; set; } #

Gets or sets the valid selector value.

public Boolean ValidMatchingType { get; set; } #

Gets or sets the valid matching type value.

public Boolean ValidCertificateAssociationData { get; set; } #

Gets or sets the valid certificate association data value.

public Boolean ValidServiceAndProtocol { get; set; } #

True when the record name uses the '_smimecert' label without a protocol.

public String CertificateUsage { get; set; } #

Gets or sets the certificate usage value.

public String SelectorField { get; set; } #

Gets or sets the selector field value.

public String MatchingTypeField { get; set; } #

Gets or sets the matching type field value.

public String CertificateAssociationData { get; set; } #

Gets or sets the certificate association data value.

public Boolean CorrectNumberOfFields { get; set; } #

Gets or sets the correct number of fields value.

public Boolean CorrectLengthOfCertificateAssociationData { get; set; } #

Gets or sets the correct length of certificate association data value.

public Int32 LengthOfCertificateAssociationData { get; set; } #

Gets or sets the length of certificate association data value.

public Int32 NumberOfFields { get; set; } #

Gets or sets the number of fields value.

{{ include "footer" }}