DefaultPersonalDataProtector 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的默认实现 IPersonalDataProtector ,它使用 ILookupProtectorKeyRing 和 ILookupProtector 来保护有效负载格式为 {keyId}:{protectedData} 的数据
public ref class DefaultPersonalDataProtector : Microsoft::AspNetCore::Identity::IPersonalDataProtector
public class DefaultPersonalDataProtector : Microsoft.AspNetCore.Identity.IPersonalDataProtector
type DefaultPersonalDataProtector = class
interface IPersonalDataProtector
Public Class DefaultPersonalDataProtector
Implements IPersonalDataProtector
- 继承
-
DefaultPersonalDataProtector
- 实现
构造函数
DefaultPersonalDataProtector(ILookupProtectorKeyRing, ILookupProtector) |
构造函数。 |
方法
Protect(String) |
保护数据。 |
Unprotect(String) |
取消保护数据。 |