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)
253
info.
Attributes
= PkcsHelpers.NormalizeAttributeSet(PkcsHelpers.BuildAttributes(Attributes).ToArray());
6 references to Attributes
System.Security.Cryptography (6)
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)
87
PkcsHelpers.MakeAttributeCollection(privateKeyInfo.
Attributes
));
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
2207
if (keyInfo.
Attributes
is null)
2212
foreach (AttributeAsn attr in keyInfo.
Attributes
)