DefaultPersonalDataProtector 클래스

정의

의 기본 구현 IPersonalDataProtector 은 및 ILookupProtector 를 사용하여 ILookupProtectorKeyRing {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)

데이터 보호를 해제합니다.

적용 대상