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