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