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