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