Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
Microsoft.AspNetCore.DataProtection.Abstractions
ASP.NET Core data protection abstractions. Commonly used types: Microsoft.AspNetCore.DataProtection.IDataProtectionProvider Microsoft.AspNetCore.DataProtection.IDataProtector This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa
| Author | Microsoft |
| Version | 10.0.0 |
| Tags | aspnetcore dataprotection |
Public Types
Microsoft.​AspNetCore.​DataProtection
Helpful extension methods for data protection APIs.
interface IDataProtectionProvider
An interface that can be used to create <see cref="T:Microsoft.AspNetCore.DataProtection.IDataProtector" /> instances.
interface IDataProtector
An interface that can provide data protection services.
Microsoft.​AspNetCore.​DataProtection.​Infrastructure
interface IApplicationDiscriminator
Provides information used to discriminate applications.