3 references to ConvertIeee1363ToDer
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\DSAOpenSsl.cs (1)
335signature = AsymmetricAlgorithmHelpers.ConvertIeee1363ToDer(signature);
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (1)
194toVerify = AsymmetricAlgorithmHelpers.ConvertIeee1363ToDer(signature);
System\Security\Cryptography\AsymmetricAlgorithmHelpers.Der.cs (1)
155return ConvertIeee1363ToDer(signature);