3 instantiations of CryptographicAttributeObjectCollection
System.Security.Cryptography (3)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
259var coll = new CryptographicAttributeObjectCollection();
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
30_attributes ??= new CryptographicAttributeObjectCollection();
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
42Attributes = new CryptographicAttributeObjectCollection();
9 references to CryptographicAttributeObjectCollection
System.Security.Cryptography (9)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (3)
37internal static List<AttributeAsn> BuildAttributes(CryptographicAttributeObjectCollection? attributes) 257internal static CryptographicAttributeObjectCollection MakeAttributeCollection(AttributeAsn[]? attributes) 259var coll = new CryptographicAttributeObjectCollection();
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectEnumerator.cs (2)
18internal CryptographicAttributeObjectEnumerator(CryptographicAttributeObjectCollection attributes) 53private readonly CryptographicAttributeObjectCollection _attributes;
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (2)
22private CryptographicAttributeObjectCollection? _attributes; 26public CryptographicAttributeObjectCollection Attributes
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
22public CryptographicAttributeObjectCollection Attributes { get; } 49CryptographicAttributeObjectCollection attributes)