4 references to NormalizeAttributeSet
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
83envelopedData.UnprotectedAttributes = PkcsHelpers.NormalizeAttributeSet(attrList.ToArray());
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
236signedAttrsSet.SignedAttributes = PkcsHelpers.NormalizeAttributeSet( 286newSignerInfo.UnsignedAttributes = PkcsHelpers.NormalizeAttributeSet(attrs.ToArray());
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
265info.Attributes = PkcsHelpers.NormalizeAttributeSet(CmsSigner.BuildAttributes(Attributes).ToArray());