我使用mono來在unix機器上執行控制檯應用程序。 當我開始申請我得到錯誤 System.Security.Cryptography.AesCryptoServiceProvider could not be loaded, used in System.Core
裏面我的應用我用AesCryptoServiceProvider類System.Security命名空間。 在Windows機器
我試圖讓這個AES示例代碼工作。但是我沒有收到任何返回到我的cipherText變量的東西。我沒有得到錯誤,只是沒有返回。我在這裏做錯了什麼? public byte[] key { get; set; }
public byte[] IV { get; set; }
public byte[] ciphertext { get; set; }
public string plainText
我試圖用這個功能來解密,但我不確定是什麼原因導致它失敗 public string Decrypt(byte[] cipherText, byte[] IV, byte[] key)
{
using (AesCryptoServiceProvider AESDecrypt = new AesCryptoServiceProvider())
{
/
身份者正在使用的組件親 Dim encryptedSamlAssertion As New EncryptedAssertion(samlAssertion, encryptingCert, New System.Security.Cryptography.Xml.EncryptionMethod(SamlKeyAlgorithm.Aes256Cbc))
的功能在服務提供商我試圖解密加密斷言S