1 write to UnprotectedAttributes
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (1)
113
decoded.
UnprotectedAttributes
= tmpList.ToArray();
3 references to UnprotectedAttributes
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\Asn1\Pkcs7\EncryptedDataAsn.xml.cs (3)
31
if (
UnprotectedAttributes
!= null)
35
for (int i = 0; i <
UnprotectedAttributes
.Length; i++)
37
UnprotectedAttributes
[i].Encode(writer);