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