2 writes to _attributes
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (2)
30_attributes ??= new CryptographicAttributeObjectCollection(); 38_attributes = value;
3 references to _attributes
System.Security.Cryptography.Pkcs (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (3)
32return _attributes; 84if (_attributes?.Count > 0) 86List<AttributeAsn> attrs = PkcsHelpers.BuildAttributes(_attributes);