Provides services for storing data in the browser's localStorage and sessionStorage. The stored data is protected using AES encryption and decryption functions.
SharePoint custom callout for new item hero button
The main idea of this project was very simple. Look at this standard callout in SharePoint 2013 for a document library with enabled WOPI.
Main feature of the solucion are:
* The user can see the hero button only if the user has permissions in...
More information
Provides services for encrypt and decrypt data. The data is protected using SubtleCrypto encrypt/decrypt methods and AES-GCM algorithm and returned in ciphertext.
Because it uses JSInterop, this library can run on Blazor WebAssembly (client-side project) as well as Blazor Server.