public static AsymmetricCipherKeyPair GetECKeyPair(
string algorithm,
ECParameters ec
)
Public Shared Function GetECKeyPair (
algorithm As String,
ec As ECParameters
) As AsymmetricCipherKeyPair
public:
static AsymmetricCipherKeyPair^ GetECKeyPair(
String^ algorithm,
ECParameters ec
)
Org.BouncyCastle.Security.DotNetUtilities.GetECKeyPair = function(algorithm, ec);