2 references to CreateBestPkcs9AttributeObjectAvailable
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (1)
495
AsnEncodedData attributeObject = PkcsHelpers.
CreateBestPkcs9AttributeObjectAvailable
(oid, encodedAttribute);
src\runtime\src\libraries\Common\src\Internal\Cryptography\PkcsHelpers.cs (1)
279
valueColl.Add(
CreateBestPkcs9AttributeObjectAvailable
(type, attrValue.ToArray()));