2 writes to Attributes
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\Asn1\PrivateKeyInfoAsn.xml.cs (1)
128decoded.Attributes = tmpList.ToArray();
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
271info.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)
33if (Attributes != null) 37for (int i = 0; i < Attributes.Length; i++) 39Attributes[i].Encode(writer);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
93PkcsHelpers.MakeAttributeCollection(privateKeyInfo.Attributes));