5 references to BuildAttributes
System.Security.Cryptography.Pkcs (5)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
81List<AttributeAsn> attrList = CmsSigner.BuildAttributes(unprotectedAttributes);
System\Security\Cryptography\Pkcs\CmsSigner.cs (2)
209List<AttributeAsn> signedAttrs = BuildAttributes(SignedAttributes); 284List<AttributeAsn> attrs = BuildAttributes(UnsignedAttributes);
System\Security\Cryptography\Pkcs\Pkcs12SafeBag.cs (1)
80List<AttributeAsn> attrs = CmsSigner.BuildAttributes(_attributes);
System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
265info.Attributes = PkcsHelpers.NormalizeAttributeSet(CmsSigner.BuildAttributes(Attributes).ToArray());