9 references to CryptographicAttributeObjectCollection
NuGet.Packaging (1)
Signing\Utility\SigningUtility.cs (1)
70
var attributes = new
CryptographicAttributeObjectCollection
System.Security.Cryptography.Pkcs (8)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (2)
344
return new
CryptographicAttributeObjectCollection
();
475
CryptographicAttributeObjectCollection collection = new
CryptographicAttributeObjectCollection
();
src\runtime\src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
259
var 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)
42
Attributes = new
CryptographicAttributeObjectCollection
();
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
40
public CryptographicAttributeObjectCollection SignedAttributes { get; } = new
CryptographicAttributeObjectCollection
();
41
public CryptographicAttributeObjectCollection UnsignedAttributes { get; } = new
CryptographicAttributeObjectCollection
();
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
37
UnprotectedAttributes = new
CryptographicAttributeObjectCollection
();