2 writes to UnprotectedAttributes
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
83
envelopedData.
UnprotectedAttributes
= PkcsHelpers.NormalizeAttributeSet(attrList.ToArray());
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (1)
154
decoded.
UnprotectedAttributes
= tmpList.ToArray();
5 references to UnprotectedAttributes
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
53
unprotectedAttributes = SignerInfo.MakeAttributeCollection(data.
UnprotectedAttributes
);
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
139
envelopedData.
UnprotectedAttributes
!= null)
System\Security\Cryptography\Pkcs\Asn1\EnvelopedDataAsn.xml.cs (3)
47
if (
UnprotectedAttributes
!= null)
51
for (int i = 0; i <
UnprotectedAttributes
.Length; i++)
53
UnprotectedAttributes
[i].Encode(writer);