C# 클래스 Castle.Applications.MindDump.Services.EncryptionService

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
Decrypt ( string contents ) : string
Encrypt ( string contents ) : string
EncryptionService ( ) : System

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( string contents ) : string
contents string
리턴 string

Encrypt() 공개 메소드

public Encrypt ( string contents ) : string
contents string
리턴 string

EncryptionService() 공개 메소드

public EncryptionService ( ) : System
리턴 System