You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#region Test Certificate and Private Key (ValidPemCertificate & XmlPrivateKey)
588
+
#region Test Certificate and Private Key (ExpiredPemCertificate, ValidPemCertificate & XmlPrivateKey)
589
589
/// <summary>
590
-
/// A test PEM-encoded X.509 certificate and its matching RSA private key.
590
+
/// Test (expired and valid) PEM-encoded X.509 certificate and their matching RSA private key.
591
591
/// These are used together in unit tests that require both a certificate and its private key.
592
-
/// The <see cref="ValidPemCertificate"/> and <see cref="XmlPrivateKey"/> are a matched pair:
593
-
/// - <see cref="ValidPemCertificate"/> is a PEM-encoded certificate.
594
-
/// - <see cref="XmlPrivateKey"/> is the corresponding RSA private key in XML format.
595
-
/// The certificate is valid for 100 years, ensuring it will not expire during the lifetime of the tests.
592
+
/// The <see cref="ExpiredPemCertificate"/>/<see cref="ValidPemCertificate"/> and <see cref="XmlPrivateKey"/> are a matched pair:
593
+
/// - <see cref="ExpiredPemCertificate"/> is an expired PEM-encoded certificate. The certificate is valid for 1 day and was created on September 8 2025, ensuring it will always be expired.
594
+
/// - <see cref="ValidPemCertificate"/> is a valid PEM-encoded certificate. The certificate is valid for 100 years and expires on August 4, 2125, ensuring it will not expire during the lifetime of the tests.
595
+
/// - <see cref="XmlPrivateKey"/> is their corresponding RSA private key in XML format.
0 commit comments