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