DefaultPersonalDataProtector Klasa

Definicja

Domyślna implementacja IPersonalDataProtector tego polecenia używa ILookupProtectorKeyRing i ILookupProtector do ochrony danych przy użyciu formatu ładunku {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
Dziedziczenie
DefaultPersonalDataProtector
Implementuje

Konstruktory

DefaultPersonalDataProtector(ILookupProtectorKeyRing, ILookupProtector)

Konstruktor.

Metody

Protect(String)

Ochrona danych.

Unprotect(String)

Usuń ochronę danych.

Dotyczy