Outlook REST API beta and Outlook REST API v2.0 Deprecation Notice

This blog was published today on the Microsoft 365 Developer Blog, but given its relevance and importance to our readers we wanted to publish it here too.
Microsoft Graph is the modern API for the Microsoft 365 platform. We make continuo… Continue reading Outlook REST API beta and Outlook REST API v2.0 Deprecation Notice

System.Security.Cryptography.CryptographicException: The payload was invalid

When you are using your .Net Core application to decrypt a string from a different machine than it was encrypted, you may run into the following exception:
 
Exception:
System.Security.Cryptography.CryptographicException: The payload was invalid.
Continue reading System.Security.Cryptography.CryptographicException: The payload was invalid