3 references to 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();