DefaultPersonalDataProtector クラス

定義

ペイロード形式 {keyId}:{protectedData} を使用して データを保護するために と ILookupProtector を使用ILookupProtectorKeyRingする の既定の実装IPersonalDataProtector

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)

データの保護を解除します。

適用対象