9 references to CryptographicAttributeObjectCollection
NuGet.Packaging (1)
Signing\Utility\SigningUtility.cs (1)
70var attributes = new CryptographicAttributeObjectCollection
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (2)
344return new CryptographicAttributeObjectCollection(); 475CryptographicAttributeObjectCollection collection = new CryptographicAttributeObjectCollection();
src\runtime\src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
259var coll = new CryptographicAttributeObjectCollection();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
30_attributes ??= new CryptographicAttributeObjectCollection();
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
42Attributes = new CryptographicAttributeObjectCollection();
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
40public CryptographicAttributeObjectCollection SignedAttributes { get; } = new CryptographicAttributeObjectCollection(); 41public CryptographicAttributeObjectCollection UnsignedAttributes { get; } = new CryptographicAttributeObjectCollection();
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
37UnprotectedAttributes = new CryptographicAttributeObjectCollection();