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