public static AsymmetricKeyParameter DecryptKey(
char[] passPhrase,
Stream encryptedPrivateKeyInfoStream
)
Public Shared Function DecryptKey (
passPhrase As Char(),
encryptedPrivateKeyInfoStream As Stream
) As AsymmetricKeyParameter
public:
static AsymmetricKeyParameter^ DecryptKey(
array<wchar_t>^ passPhrase,
Stream^ encryptedPrivateKeyInfoStream
)
Org.BouncyCastle.Security.PrivateKeyFactory.DecryptKey = function(passPhrase, encryptedPrivateKeyInfoStream);