1 write to Attributes
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
128decoded.Attributes = tmpList.ToArray();
3 references to Attributes
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (3)
33if (Attributes != null) 37for (int i = 0; i < Attributes.Length; i++) 39Attributes[i].Encode(writer);