3 references to ToUnsignedIntegerBytes
System.Security.Cryptography (3)
System\Security\Cryptography\EccKeyFormatHelper.cs (3)
431curve.A = specifiedParameters.Curve.A.ToUnsignedIntegerBytes(primeOrPoly.Length); 432curve.B = specifiedParameters.Curve.B.ToUnsignedIntegerBytes(primeOrPoly.Length); 433curve.Order = specifiedParameters.Order.ToUnsignedIntegerBytes(primeOrPoly.Length);