protected ECKeyParameters(
string algorithm,
bool isPrivate,
DerObjectIdentifier publicKeyParamSet
)
Protected Sub New (
algorithm As String,
isPrivate As Boolean,
publicKeyParamSet As DerObjectIdentifier
)
protected:
ECKeyParameters(
String^ algorithm,
bool isPrivate,
DerObjectIdentifier^ publicKeyParamSet
)
Org.BouncyCastle.Crypto.Parameters.ECKeyParameters = function(algorithm, isPrivate, publicKeyParamSet);