Show / Hide Table of Contents

Class ExpectCtViolationReport

Represents Expect-CT violation report.

Inheritance
System.Object
ExpectCtViolationReport
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lib.AspNetCore.Security.Http.Reports
Assembly: Lib.AspNetCore.Security.dll
Syntax
public class ExpectCtViolationReport

Properties

EffectiveExpirationDate

Gets the Effective Expiration Date for the Expect-CT Host.

Declaration
public DateTime EffectiveExpirationDate { get; }
Property Value
Type Description
System.DateTime

FailureDate

Gets the time the client observed the failure.

Declaration
public DateTime FailureDate { get; }
Property Value
Type Description
System.DateTime

Hostname

Gets the hostname to which the client made the request.

Declaration
public string Hostname { get; }
Property Value
Type Description
System.String

Port

Gets the port to which the client made the original request.

Declaration
public int Port { get; }
Property Value
Type Description
System.Int32
Back to top Copyright © 2016 - 2023 Tomasz Pęczek