前言

上篇主要是對 ASP.NET Core 的 Data Protection 做了一個簡單的介紹,本篇主要是介紹一下API及使用方法。

API 接口

ASP.NET Core Data Protectio 主要對普通開發(fā)人員提供了兩個接口,IDataProtectionProvider 和 IDataProtector。
我們先看一下這兩個接口的關(guān)系:

namespace Microsoft.AspNetCore.DataProtection{    //
    // 摘要:
    //     An interface that can provide data protection services.
    public interface IDataProtector : IDataProtectionProvider
    {   &nb