3 references to p
System (3)
security\system\security\cryptography\x509\x509certificate2.cs (3)
209uint cbKey = pDssParameters.p.cbData; 231byte[] p = new byte[pDssParameters.p.cbData]; 232Marshal.Copy(pDssParameters.p.pbData, p, 0, p.Length);