2 writes to _attributes
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (2)
24
_attributes
??= new CryptographicAttributeObjectCollection();
32
_attributes
= value;
3 references to _attributes
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (3)
26
return
_attributes
;
78
if (
_attributes
?.Count > 0)
80
List<AttributeAsn> attrs = CmsSigner.BuildAttributes(
_attributes
);