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