2 references to MakeAttributeCollection
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
407
bag.Attributes = PkcsHelpers.
MakeAttributeCollection
(serializedBags[i].BagAttributes);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
87
PkcsHelpers.
MakeAttributeCollection
(privateKeyInfo.Attributes));