Namespace: Org.BouncyCastle.Security
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static AsymmetricCipherKeyPair GetRsaKeyPair(
	RSACryptoServiceProvider rsaCsp
)
Visual Basic
Public Shared Function GetRsaKeyPair ( _
	rsaCsp As RSACryptoServiceProvider _
) As AsymmetricCipherKeyPair
Visual C++
public:
static AsymmetricCipherKeyPair^ GetRsaKeyPair(
	RSACryptoServiceProvider^ rsaCsp
)

See Also