3 references to memcpy
System (3)
security\system\security\cryptography\x509\x509chain.cs (1)
282X509Utils.memcpy(m_safeCertChainHandle.DangerousGetHandle(), new IntPtr(&pChain), cbSize);
security\system\security\cryptography\x509\x509chainelement.cs (2)
30X509Utils.memcpy(pChainElement, new IntPtr(&chainElement), cbSize); 79X509Utils.memcpy(pSimpleChain, new IntPtr(&simpleChain), cbSize);