4 references to FormatDate
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
558
sb.AppendLine(
FormatDate
(GetNotBefore()));
564
sb.AppendLine(
FormatDate
(GetNotAfter()));
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
533
sb.AppendLine(
FormatDate
(NotBefore));
539
sb.AppendLine(
FormatDate
(NotAfter));