3 instantiations of 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
();
9 references to CryptographicAttributeObjectCollection
System.Security.Cryptography (9)
src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (3)
37
internal static List<AttributeAsn> BuildAttributes(
CryptographicAttributeObjectCollection
? attributes)
257
internal static
CryptographicAttributeObjectCollection
MakeAttributeCollection(AttributeAsn[]? attributes)
259
var
coll = new CryptographicAttributeObjectCollection();
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectEnumerator.cs (2)
18
internal CryptographicAttributeObjectEnumerator(
CryptographicAttributeObjectCollection
attributes)
53
private readonly
CryptographicAttributeObjectCollection
_attributes;
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (2)
22
private
CryptographicAttributeObjectCollection
? _attributes;
26
public
CryptographicAttributeObjectCollection
Attributes
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (2)
22
public
CryptographicAttributeObjectCollection
Attributes { get; }
49
CryptographicAttributeObjectCollection
attributes)