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