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)
32
return
_attributes
;
84
if (
_attributes
?.Count > 0)
86
List<AttributeAsn> attrs = PkcsHelpers.BuildAttributes(
_attributes
);