API Reference
Class
PkiCaCertificateInfo
Certificate properties used for PKI posture checks.
Inheritance
- Object
- PkiCaCertificateInfo
Constructors
public PkiCaCertificateInfo() #Inherited Methods
Properties
public String Subject { get; set; } #Certificate subject.
public String Issuer { get; set; } #Certificate issuer.
public DateTime NotBefore { get; set; } #Validity period start (UTC).
public DateTime NotAfter { get; set; } #Validity period end (UTC).
public String SignatureAlgorithmOid { get; set; } #Signature algorithm OID.
public String SignatureAlgorithmName { get; set; } #Friendly name for signature algorithm when available.
public String PublicKeyAlgorithm { get; set; } #Public key algorithm (e.g., RSA, ECDSA).
public Nullable<Int32> PublicKeySize { get; set; } #Public key size in bits (for RSA/ECC where applicable).
public Nullable<Int32> PublicKeyExponent { get; set; } #RSA public exponent (when applicable).
public Byte[] Modulus { get; set; } #Big‑endian RSA modulus for ROCA/crypto analysis (null if not RSA or unavailable).