3 references to ConvertDerToIeee1363
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\DSAOpenSsl.cs (1)
206return AsymmetricAlgorithmHelpers.ConvertDerToIeee1363(derSignature, signatureFieldSize);
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (1)
93byte[] converted = AsymmetricAlgorithmHelpers.ConvertDerToIeee1363(derSignature, KeySize);
System\Security\Cryptography\AsymmetricAlgorithmHelpers.Der.cs (1)
176return ConvertDerToIeee1363(signature, fieldSizeBits);