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