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