7 references to SignedAttributes
NuGet.Packaging (5)
Signing\Cms\NativeUtility.cs (4)
163if (cmsSigner.SignedAttributes.Count != 0) 165signerInfo.cAuthAttr = cmsSigner.SignedAttributes.Count; 171var attributesArray = (CRYPT_ATTRIBUTE*)hb.Alloc(sizeOfCryptAttribute * cmsSigner.SignedAttributes.Count); 174foreach (var attribute in cmsSigner.SignedAttributes)
Signing\Utility\SigningUtility.cs (1)
160signer.SignedAttributes.Add(attribute);
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
244List<AttributeAsn> signedAttrs = PkcsHelpers.BuildAttributes(SignedAttributes); 321if (SignedAttributes?.Count > 0 || contentTypeOid != Oids.Pkcs7Data)