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