3 references to rgAttr
System.Security (3)
system\security\cryptography\cryptographicattribute.cs (1)
97IntPtr pCryptAttribute = new IntPtr((long)cryptAttributes.rgAttr + (index * Marshal.SizeOf(typeof(CAPI.CRYPT_ATTRIBUTE))));
system\security\cryptography\pkcs\signerinfo.cs (2)
542pAttr = new IntPtr((long) cmsgCmsSignerInfo.UnauthAttrs.rgAttr); 553pAttr = new IntPtr((long) cmsgSignerInfo.UnauthAttrs.rgAttr);