AspNetCore.Docs/aspnetcore/security/data-protection/consumer-apis/index.md

26 lines
952 B
Markdown
Raw Normal View History

2016-10-29 01:35:15 +08:00
---
title: Consumer APIs for ASP.NET Core
2016-10-29 01:35:15 +08:00
author: rick-anderson
description: Learn about the various ASP.NET Core consumer API data protection topics.
2016-10-29 01:35:15 +08:00
manager: wpickett
2018-01-29 23:21:31 +08:00
ms.author: riande
2016-10-29 01:35:15 +08:00
ms.date: 10/14/2016
ms.prod: asp.net-core
2018-01-29 23:21:31 +08:00
ms.technology: aspnet
ms.topic: article
2016-10-29 01:35:15 +08:00
uid: security/data-protection/consumer-apis/index
---
# Consumer APIs for ASP.NET Core
2016-10-29 01:35:15 +08:00
* [Consumer APIs Overview](xref:security/data-protection/consumer-apis/overview)
2016-10-29 01:35:15 +08:00
* [Purpose Strings](xref:security/data-protection/consumer-apis/purpose-strings)
2016-10-29 01:35:15 +08:00
* [Purpose hierarchy and multi-tenancy](xref:security/data-protection/consumer-apis/purpose-strings-multitenancy)
2016-10-29 01:35:15 +08:00
* [Hash passwords](xref:security/data-protection/consumer-apis/password-hashing)
2016-10-29 01:35:15 +08:00
* [Limit the lifetime of protected payloads](xref:security/data-protection/consumer-apis/limited-lifetime-payloads)
2016-10-29 01:35:15 +08:00
* [Unprotect payloads whose keys have been revoked](xref:security/data-protection/consumer-apis/dangerous-unprotect)