We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2487b commit 648c2c2Copy full SHA for 648c2c2
SSLLabsApiWrapper/Models/Response/EndpointSubModels/Cert2.cs
@@ -4,8 +4,14 @@ public class Cert2
4
{
5
public string subject { get; set; }
6
public string label { get; set; }
7
+ public object notBefore { get; set; }
8
+ public object notAfter { get; set; }
9
public string issuerSubject { get; set; }
10
public string issuerLabel { get; set; }
11
+ public string sigAlg { get; set; }
12
+ public string keyAlg { get; set; }
13
+ public int keySize { get; set; }
14
+ public int keyStrength { get; set; }
15
public string raw { get; set; }
16
}
17
0 commit comments