TestimoX

API Reference

Class

Item (RocaSuspectedEvaluator)

Namespace ADPlayground.Pki.RocaSuspectedEvaluator
Assembly ADPlayground
Implements
IEquatable<Item>
Modifiers sealed

Row describing a certificate suspected of ROCA vulnerability.

Inheritance

  • Object
  • Item

Constructors

public Item(String CAName, String Subject, Nullable<Int32> PublicKeySize, Nullable<Int32> PublicKeyExponent, DateTime NotBefore) #

Row describing a certificate suspected of ROCA vulnerability.

Parameters

CAName System.String requiredposition: 0
Enrollment service (CA) name.
Subject System.String requiredposition: 1
Certificate subject.
PublicKeySize System.Nullable{System.Int32} requiredposition: 2
Key size in bits.
PublicKeyExponent System.Nullable{System.Int32} requiredposition: 3
RSA public exponent.
NotBefore System.DateTime requiredposition: 4
Certificate validity start.

Methods

public Item <Clone>$() #
Returns: Item
public Void Deconstruct(out String CAName, out String Subject, out Nullable<Int32> PublicKeySize, out Nullable<Int32> PublicKeyExponent, out DateTime NotBefore) #
Returns: Void

Parameters

CAName String requiredposition: 0
Subject String requiredposition: 1
PublicKeySize Nullable<Int32> requiredposition: 2
PublicKeyExponent Nullable<Int32> requiredposition: 3
NotBefore DateTime requiredposition: 4
public virtual Boolean Equals(Item other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String CAName { get; set; } #

Enrollment service (CA) name.

public String Subject { get; set; } #

Certificate subject.

public Nullable<Int32> PublicKeySize { get; set; } #

Key size in bits.

public Nullable<Int32> PublicKeyExponent { get; set; } #

RSA public exponent.

public DateTime NotBefore { get; set; } #

Certificate validity start.