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

Syntax

C#
public static AsymmetricKeyParameter DecryptKey(
	char[] passPhrase,
	byte[] encryptedPrivateKeyInfoData
)
Visual Basic
Public Shared Function DecryptKey ( _
	passPhrase As Char(), _
	encryptedPrivateKeyInfoData As Byte() _
) As AsymmetricKeyParameter
Visual C++
public:
static AsymmetricKeyParameter^ DecryptKey(
	array<wchar_t>^ passPhrase, 
	array<unsigned char>^ encryptedPrivateKeyInfoData
)

Parameters

passPhrase
Type: array<System..::..Char>[]()[][]
encryptedPrivateKeyInfoData
Type: array<System..::..Byte>[]()[][]

See Also