2 references to SignedAttributes
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
227if (SignedAttributes?.Count > 0 || contentTypeOid != Oids.Pkcs7Data) 229List<AttributeAsn> signedAttrs = PkcsHelpers.BuildAttributes(SignedAttributes);