2 writes to Attributes
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
128
decoded.
Attributes
= tmpList.ToArray();
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
271
info.
Attributes
= PkcsHelpers.NormalizeAttributeSet(PkcsHelpers.BuildAttributes(Attributes).ToArray());
4 references to Attributes
System.Security.Cryptography (4)
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);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
93
PkcsHelpers.MakeAttributeCollection(privateKeyInfo.
Attributes
));