C# 클래스 Contrive.Common.Web.WebCryptographer

상속: CryptographerBase
파일 보기 프로젝트 열기: alanstevens/Contrive 1 사용 예제들

보호된 메소드들

메소드 설명
Protect ( string input, Protection protectionType ) : string
Unprotect ( string input, Protection protectionType ) : string

비공개 메소드들

메소드 설명
ConvertProtection ( Protection value ) : MachineKeyProtection

메소드 상세

Protect() 보호된 메소드

protected Protect ( string input, Protection protectionType ) : string
input string
protectionType Protection
리턴 string

Unprotect() 보호된 메소드

protected Unprotect ( string input, Protection protectionType ) : string
input string
protectionType Protection
리턴 string