1 write to rgValue
System.Security (1)
system\security\cryptography\pkcs\signerinfo.cs (1)
606newAttr.rgValue = pbCounterSignatureValue.DangerousGetHandle();
2 references to rgValue
System.Security (2)
system\security\cryptography\pkcs\pkcsutils.cs (1)
573IntPtr pAttributeBlob = new IntPtr((long)cryptAttribute.rgValue + (index * Marshal.SizeOf(typeof(CAPI.CRYPTOAPI_BLOB))));
system\security\cryptography\pkcs\signerinfo.cs (1)
592CAPI.CRYPTOAPI_BLOB * pOldValue = (CAPI.CRYPTOAPI_BLOB *) attr.rgValue;