1 write to cValue
System.Security (1)
system\security\cryptography\pkcs\signerinfo.cs (1)
605
newAttr.
cValue
= attr.cValue - 1;
8 references to cValue
System.Security (8)
system\security\cryptography\pkcs\pkcsutils.cs (1)
571
for (uint index = 0; index < cryptAttribute.
cValue
; index++) {
system\security\cryptography\pkcs\signerinfo.cs (7)
565
if (attr.
cValue
> 0) {
567
if (childIndex < (int) attr.
cValue
) {
583
if (attr.
cValue
> 1) {
588
uint cbCounterSignatureValue = (uint) ((attr.
cValue
- 1) * Marshal.SizeOf(typeof(CAPI.CRYPTOAPI_BLOB)));
595
for (int i = 0; i < (int) attr.
cValue
; i++, pOldValue++, pNewValue++) {
605
newAttr.cValue = attr.
cValue
- 1;
660
childIndex -= (int) attr.
cValue
;