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