You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Constructor 'System.Security.Cryptography.AesGcm.AesGcm(byte[])' is obsolete:* 'AesGcm should indicate the required tag size for encryption and decryption. Use a constructor that accepts the tag size.'*/using(AesGcmaesGcm=newAesGcm(claveBytes))// <<<<
/** Class 'System.Security.Cryptography.RijndaelManaged' is obsolete:* 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.'*/RijndaelManagedrijndaelManaged=newRijndaelManaged();// <<<<
The text was updated successfully, but these errors were encountered:
0xZunia
added a commit
to 0xZunia/tuya-pulsar-sdk-cs
that referenced
this issue
Nov 28, 2024
The text was updated successfully, but these errors were encountered: