2 references to SerialNumber
System (2)
security\system\security\cryptography\x509\x509certificate2collection.cs (2)
744byte[] hex = new byte[pCertInfo.SerialNumber.cbData]; 745Marshal.Copy(pCertInfo.SerialNumber.pbData, hex, 0, hex.Length);