4 references to FormatDate
mscorlib (2)
system\security\cryptography\x509certificates\x509certificate.cs (2)
436sb.Append(FormatDate(this.NotBefore)); 440sb.Append(FormatDate(this.NotAfter));
System (2)
security\system\security\cryptography\x509\x509certificate2.cs (2)
514sb.Append(FormatDate(this.NotBefore)); 520sb.Append(FormatDate(this.NotAfter));