Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
The Microsoft.Owin.Security.DataProtection namespace contains types related to data protection services.
Class | Description | |
---|---|---|
![]() |
AppBuilderExtensions | The application builder extensions. |
![]() |
DpapiDataProtectionProvider | Used to provide the data protection services that are derived from the Data Protection API. It is the best choice of data protection when you application is not hosted by ASP.NET and all processes are running as the same domain identity. |
Interface | Description | |
---|---|---|
![]() |
IDataProtectionProvider | Factory used to create IDataProtection instances. |
![]() |
IDataProtector | Service used to protect and unprotect data. |
Return to top