DefaultPersonalDataProtector Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Varsayılan uygulaması IPersonalDataProtectorILookupProtectorKeyRing ve ILookupProtector kullanarak verileri {keyId}:{protectedData} yük biçimiyle korumak için kullanılır
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
- Devralma
-
DefaultPersonalDataProtector
- Uygulamalar
Oluşturucular
DefaultPersonalDataProtector(ILookupProtectorKeyRing, ILookupProtector) |
Oluşturucu. |
Yöntemler
Protect(String) |
Verileri koruma. |
Unprotect(String) |
Verilerin korumasını kaldırın. |