API Reference
Class
Item (RocaSuspectedEvaluator)
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
- Enrollment service (CA) name.
- Subject System.String
- Certificate subject.
- PublicKeySize System.Nullable{System.Int32}
- Key size in bits.
- PublicKeyExponent System.Nullable{System.Int32}
- RSA public exponent.
- NotBefore System.DateTime
- Certificate validity start.
Methods
public Item <Clone>$() #Returns:
Itempublic Void Deconstruct(out String CAName, out String Subject, out Nullable<Int32> PublicKeySize, out Nullable<Int32> PublicKeyExponent, out DateTime NotBefore) #Returns:
VoidParameters
- CAName String
- Subject String
- PublicKeySize Nullable<Int32>
- PublicKeyExponent Nullable<Int32>
- NotBefore DateTime
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
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.