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