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