DataProtectionCommonExtensions 클래스

정의

데이터 보호 API에 유용한 확장 메서드입니다.

public ref class DataProtectionCommonExtensions abstract sealed
public static class DataProtectionCommonExtensions
type DataProtectionCommonExtensions = class
Public Module DataProtectionCommonExtensions
상속
DataProtectionCommonExtensions

메서드

CreateProtector(IDataProtectionProvider, IEnumerable<String>)

IDataProtector 지정된 목적 목록을 만듭니다.

CreateProtector(IDataProtectionProvider, String, String[])

IDataProtector 지정된 목적 목록을 만듭니다.

GetDataProtectionProvider(IServiceProvider)

에서 를 IDataProtectionProvider 검색합니다 IServiceProvider.

GetDataProtector(IServiceProvider, IEnumerable<String>)

IDataProtectorIServiceProvider 지정된 목적 목록에서 을 검색합니다.

GetDataProtector(IServiceProvider, String, String[])

IDataProtectorIServiceProvider 지정된 목적 목록에서 을 검색합니다.

Protect(IDataProtector, String)

일반 텍스트 데이터의 일부를 암호화하여 보호합니다.

Unprotect(IDataProtector, String)

보호된 데이터의 일부를 암호화하여 보호 해제합니다.

적용 대상