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