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