2 writes to rgCertEncoded
System.Security (2)
system\security\cryptography\pkcs\envelopedpkcs7.cs (2)
650encryptParam.rgCertEncoded = SafeLocalAllocHandle.InvalidHandle; 667encryptParam.rgCertEncoded = CAPI.LocalAlloc(CAPI.LPTR, new IntPtr(certificates.Count * Marshal.SizeOf(typeof(CAPI.CRYPTOAPI_BLOB))));
4 references to rgCertEncoded
System.Security (4)
system\security\cryptography\pkcs\envelopedpkcs7.cs (4)
426if (encryptParam.rgCertEncoded != null && !encryptParam.rgCertEncoded.IsInvalid) { 428encodeInfo.rgCertEncoded = encryptParam.rgCertEncoded.DangerousGetHandle(); 670CAPI.CRYPTOAPI_BLOB * pBlob = (CAPI.CRYPTOAPI_BLOB *) new IntPtr((long) encryptParam.rgCertEncoded.DangerousGetHandle() +