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