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