4 references to SerialNumber
mscorlib (4)
system\security\cryptography\x509certificates\x509certificate.cs (4)
267
return
SerialNumber
;
392
if (!this.
SerialNumber
.Equals(other.
SerialNumber
))
432
sb.Append(this.
SerialNumber
);