3 references to CryptographicAttributeObjectCollection
System.Security.Cryptography (3)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
259
var 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)
42
Attributes = new
CryptographicAttributeObjectCollection
();