6 references to CryptographicAttributeObjectCollection
System.Security.Cryptography.Pkcs (6)
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
28public CryptographicAttributeObjectCollection SignedAttributes { get; } = new CryptographicAttributeObjectCollection(); 29public CryptographicAttributeObjectCollection UnsignedAttributes { get; } = new CryptographicAttributeObjectCollection();
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (1)
43UnprotectedAttributes = new CryptographicAttributeObjectCollection();
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
24_attributes ??= new CryptographicAttributeObjectCollection();
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
39Attributes = new CryptographicAttributeObjectCollection();
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
793var coll = new CryptographicAttributeObjectCollection();