2 writes to SignedAttributes
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (1)
134decoded.SignedAttributes = rebindSpan.Overlaps(tmpSpan, out offset) ? rebind.Slice(offset, tmpSpan.Length) : tmpSpan.ToArray();
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
245newSignerInfo.SignedAttributes = attrsWriter.Encode();
4 references to SignedAttributes
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Asn1\SignerInfoAsn.xml.cs (3)
36if (SignedAttributes.HasValue) 40if (!Asn1Tag.TryDecode(SignedAttributes.Value.Span, out Asn1Tag validateTag, out _) || 49writer.WriteEncodedValue(SignedAttributes.Value.Span);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
42_signedAttributesMemory = parsedData.SignedAttributes;