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