C# 클래스 SenseNet.ContentRepository.CryptoApi

파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 프로퍼티들

프로퍼티 타입 설명
CMode CipherMode
provider System.Security.Cryptography.RijndaelManaged

공개 메소드들

메소드 설명
Crypt ( string input, string passphrase, string IVString ) : string
Decrypt ( string input, string passphrase, string IVString ) : string

메소드 상세

Crypt() 공개 정적인 메소드

public static Crypt ( string input, string passphrase, string IVString ) : string
input string
passphrase string
IVString string
리턴 string

Decrypt() 공개 정적인 메소드

public static Decrypt ( string input, string passphrase, string IVString ) : string
input string
passphrase string
IVString string
리턴 string

프로퍼티 상세

CMode 공개적으로 정적으로 프로퍼티

public static CipherMode CMode
리턴 CipherMode

provider 공개적으로 정적으로 프로퍼티

public static RijndaelManaged,System.Security.Cryptography provider
리턴 System.Security.Cryptography.RijndaelManaged