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