4 references to FormatDate
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
638
sb.AppendLine(
FormatDate
(GetNotBefore()));
644
sb.AppendLine(
FormatDate
(GetNotAfter()));
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
538
sb.AppendLine(
FormatDate
(NotBefore));
544
sb.AppendLine(
FormatDate
(NotAfter));