3 references to ToUnsignedIntegerBytes
System.Security.Cryptography (3)
System\Security\Cryptography\EccKeyFormatHelper.cs (3)
410
curve.A = specifiedParameters.Curve.A.
ToUnsignedIntegerBytes
(primeOrPoly.Length);
411
curve.B = specifiedParameters.Curve.B.
ToUnsignedIntegerBytes
(primeOrPoly.Length);
412
curve.Order = specifiedParameters.Order.
ToUnsignedIntegerBytes
(primeOrPoly.Length);