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