IDataProtector Arabirim

Tanım

Veri koruma hizmetleri sağlayabilen bir arabirim.

public interface class IDataProtector : Microsoft::AspNetCore::DataProtection::IDataProtectionProvider
public interface IDataProtector : Microsoft.AspNetCore.DataProtection.IDataProtectionProvider
type IDataProtector = interface
    interface IDataProtectionProvider
Public Interface IDataProtector
Implements IDataProtectionProvider
Türetilmiş
Uygulamalar

Yöntemler

CreateProtector(String)

Belirli bir IDataProtector amacı oluşturur.

(Devralındığı yer: IDataProtectionProvider)
Protect(Byte[])

Kriptografik olarak bir düz metin veri parçasını korur.

Unprotect(Byte[])

Korumalı verilerin bir parçasını şifreleme açısından korumasız hale getirme.

Uzantı Metotları

ToTimeLimitedDataProtector(IDataProtector)

Yüklerin sınırlı bir yaşam süresiyle korunabilmesi için bir'i IDataProtectorITimeLimitedDataProtector öğesine dönüştürür.

CreateProtector(IDataProtectionProvider, IEnumerable<String>)

Belirli bir IDataProtector amaç listesi oluşturur.

CreateProtector(IDataProtectionProvider, String, String[])

Belirli bir IDataProtector amaç listesi oluşturur.

Protect(IDataProtector, String)

Kriptografik olarak bir düz metin veri parçasını korur.

Unprotect(IDataProtector, String)

Korumalı verilerin bir parçasını şifreleme açısından korumasız hale getirme.

Şunlara uygulanır