DefaultPersonalDataProtector 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 和 ILookupProtector 保護資料的預設實 IPersonalDataProtectorILookupProtectorKeyRing 作,其承載格式為 {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) |
取消保護資料。 |