2 writes to SignedAttributes
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Asn1\SignedAttributesSet.xml.cs (1)
110
decoded.
SignedAttributes
= tmpList.ToArray();
System\Security\Cryptography\Pkcs\CmsSigner.cs (1)
256
signedAttrsSet.
SignedAttributes
= PkcsHelpers.NormalizeAttributeSet(
4 references to SignedAttributes
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\Asn1\SignedAttributesSet.xml.cs (3)
39
if (
SignedAttributes
!= null)
46
for (int i = 0; i <
SignedAttributes
.Length; i++)
48
SignedAttributes
[i].Encode(writer);
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
55
_signedAttributes = signedSet.
SignedAttributes
;