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)
26return _attributes; 78if (_attributes?.Count > 0) 80List<AttributeAsn> attrs = CmsSigner.BuildAttributes(_attributes);