public static AsymmetricCipherKeyPair GetECDsaKeyPair(
ECDsa ecDsa
)
Public Shared Function GetECDsaKeyPair (
ecDsa As ECDsa
) As AsymmetricCipherKeyPair
public:
static AsymmetricCipherKeyPair^ GetECDsaKeyPair(
ECDsa^ ecDsa
)
Org.BouncyCastle.Security.DotNetUtilities.GetECDsaKeyPair = function(ecDsa);