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