2 writes to Attributes
System.Security.Cryptography.Pkcs (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (2)
320Attributes = bag.Attributes, 407bag.Attributes = PkcsHelpers.MakeAttributeCollection(serializedBags[i].BagAttributes);
4 references to Attributes
Aspire.Hosting.Java (1)
JavaHostingExtensions.cs (1)
1716certBag.Attributes.Add(
Aspire.Hosting.Tests (2)
ExecutionConfigurationGathererTests.cs (2)
567certBag.Attributes.Add( 613foreach (CryptographicAttributeObject attr in bag.Attributes)
System.Security.Cryptography.Pkcs (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
320Attributes = bag.Attributes,