public static AsymmetricCipherKeyPair GetRsaKeyPair(
RSA rsa
)
Public Shared Function GetRsaKeyPair (
rsa As RSA
) As AsymmetricCipherKeyPair
public:
static AsymmetricCipherKeyPair^ GetRsaKeyPair(
RSA^ rsa
)
Org.BouncyCastle.Security.DotNetUtilities.GetRsaKeyPair = function(rsa);