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