3 references to g
System (3)
security\system\security\cryptography\x509\x509certificate2.cs (3)
247
cb = pDssParameters.
g
.cbData;
251
byte[] g = new byte[pDssParameters.
g
.cbData];
252
Marshal.Copy(pDssParameters.
g
.pbData, g, 0, g.Length);