Dear all,
While I am trying to use cmd from another vm to import a .bprelease, I encounter this problem as belows:
Unhandled Exception: System.Security.Cryptography.CryptographicException: The parameter is incorrect.
at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr)
at System.Security.Cryptography.RSACryptoServiceProvider.DecryptKey(SafeKeyHandle pKeyContext, Byte[] pbEncryptedKey, Int32 cbEn\
cryptedKey, Boolean fOAEP, ObjectHandleOnStack ohRetDecryptedKey)
at System.Security.Cryptography.RSACryptoServiceProvider.Decrypt(Byte[] rgb, Boolean fOAEP)
at BPRelease.Program.Decrypt(String ciphertext)
at BPRelease.Program.RlsPkg(String configFile, String[] args)
at BPRelease.Program.Main(String[] args)
However it works successfully when I login to the app server and run this command
any suggestions?
------------------------------
wingkit hui
------------------------------