5 references to MakeAttributeCollection
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decode.cs (1)
53unprotectedAttributes = PkcsHelpers.MakeAttributeCollection(data.UnprotectedAttributes);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (1)
367bag.Attributes = PkcsHelpers.MakeAttributeCollection(serializedBags[i].BagAttributes);
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
87PkcsHelpers.MakeAttributeCollection(privateKeyInfo.Attributes));
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
62_parsedSignedAttrs ??= PkcsHelpers.MakeAttributeCollection(_signedAttributes); 65_parsedUnsignedAttrs ??= PkcsHelpers.MakeAttributeCollection(_unsignedAttributes);