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