C# 클래스 TraktPlugin.Extensions.SecurityExtensions

http://stackoverflow.com/questions/10168240/encrypting-decrypting-a-string-in-c-sharp
파일 보기 프로젝트 열기: trakt/Trakt-for-Mediaportal

공개 메소드들

메소드 설명
Decrypt ( this logins, string key ) : List
Decrypt ( this cipherText, string passPhrase ) : string
Encrypt ( this logins, string key ) : List
Encrypt ( this plainText, string passPhrase ) : string

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( this logins, string key ) : List
logins this
key string
리턴 List

Decrypt() 공개 정적인 메소드

public static Decrypt ( this cipherText, string passPhrase ) : string
cipherText this
passPhrase string
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( this logins, string key ) : List
logins this
key string
리턴 List

Encrypt() 공개 정적인 메소드

public static Encrypt ( this plainText, string passPhrase ) : string
plainText this
passPhrase string
리턴 string