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

Name Description
CreateProtector(String)

Belirli bir IDataProtector amaç oluşturur.

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

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

Unprotect(Byte[])

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

Uzantı Metotları

Name Description
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 düz metin verilerinin bir parçasını korur.

ToTimeLimitedDataProtector(IDataProtector)

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

Unprotect(IDataProtector, String)

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

Şunlara uygulanır