2 references to BuildAttributes
System.Security.Cryptography (2)
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());