|
ShopPlatform.Web 1.0.0.0
농산물, 소프트웨어 라이선스와 개발 용역을 직접 판매하는 CodeMaru 직영 쇼핑몰입니다.
|
Public 멤버 함수 | |
| PaymentKeyProtector (IDataProtectionProvider provider) | |
| string | Protect (string plainText) |
| string? | Unprotect (string? cipherText) |
Private 속성 | |
| readonly IDataProtector | _protector |
DataProtection을 이용해 결제 시크릿 키를 암호화/복호화.
PaymentKeyProtector.cs 파일의 13 번째 라인에서 정의되었습니다.
|
inline |
지정한 설정으로 PaymentKeyProtector 클래스의 새 인스턴스를 초기화합니다.
| provider | provider에 사용할 IDataProtectionProvider 값입니다. |
PaymentKeyProtector.cs 파일의 41 번째 라인에서 정의되었습니다.
다음을 참조함 : _protector.
|
inline |
Protect 작업을 수행합니다.
| plainText | plain Text에 사용할 string 값입니다. |
string 결과입니다.PaymentKeyProtector.cs 파일의 68 번째 라인에서 정의되었습니다.
다음을 참조함 : _protector.
다음에 의해서 참조됨 : ShopPlatform.Data.ShopSeeder.SeedCodemaruAsync().

|
inline |
Unprotect 작업을 수행합니다.
| cipherText | cipher Text에 사용할 string? 값입니다. |
string? 결과입니다.PaymentKeyProtector.cs 파일의 94 번째 라인에서 정의되었습니다.
다음을 참조함 : _protector.
|
private |
protector 값을 보관합니다.
PaymentKeyProtector.cs 파일의 23 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : PaymentKeyProtector(), Protect(), Unprotect().