WNafPreCompInfoPreCompNeg Property
Namespace: Org.BouncyCastle.Math.EC.MultiplierAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public virtual ECPoint[] PreCompNeg { get; set; }
Public Overridable Property PreCompNeg As ECPoint()
Get
Set
public:
virtual property array<ECPoint^>^ PreCompNeg {
array<ECPoint^>^ get ();
void set (array<ECPoint^>^ value);
}
function get_PreCompNeg();
function set_PreCompNeg(value);
Property Value
ECPoint