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