C# 클래스 Membership.Utils.Encryption.Base.AbstractEncryption

상속: IEncryption
파일 보기 프로젝트 열기: serdarb/Membership-Service

공개 메소드들

메소드 설명
Decrypt ( string cipherText ) : string
Encrypt ( string plainText ) : string

메소드 상세

Decrypt() 공개 추상적인 메소드

public abstract Decrypt ( string cipherText ) : string
cipherText string
리턴 string

Encrypt() 공개 추상적인 메소드

public abstract Encrypt ( string plainText ) : string
plainText string
리턴 string