API Reference
Class
Item (RocaConfirmedEvaluator)
Row describing a confirmed ROCA-vulnerable certificate.
Inheritance
- Object
- Item
Constructors
public Item(String CAName, String Subject, Nullable<Int32> PublicKeySize, DateTime NotBefore) #Row describing a confirmed ROCA-vulnerable certificate.
Parameters
- CAName System.String
- Enrollment service (CA) name.
- Subject System.String
- Certificate subject.
- PublicKeySize System.Nullable{System.Int32}
- Key size in bits.
- 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 DateTime NotBefore) #Returns:
VoidParameters
- CAName String
- Subject String
- PublicKeySize Nullable<Int32>
- NotBefore DateTime
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String