TestimoX

API Reference

Class

Item (WeakRsaComponentEvaluator)

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

Row describing a certificate with weak RSA parameters.

Inheritance

  • Object
  • Item

Constructors

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

Row describing a certificate with weak RSA parameters.

Parameters

CAName System.String requiredposition: 0
Enrollment service (CA) name.
Subject System.String requiredposition: 1
Certificate subject name.
PublicKeySize System.Nullable{System.Int32} requiredposition: 2
Key size in bits.
PublicKeyExponent System.Nullable{System.Int32} requiredposition: 3
Public exponent (e.g., 65537).

Methods

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

Parameters

CAName String requiredposition: 0
Subject String requiredposition: 1
PublicKeySize Nullable<Int32> requiredposition: 2
PublicKeyExponent Nullable<Int32> requiredposition: 3
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 name.

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

Key size in bits.

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

Public exponent (e.g., 65537).