C# 클래스 DynamicImageHandler.Utils.SymCrypt

파일 보기 프로젝트 열기: CaptiveAire/Dynamic-Image-Handler

공개 메소드들

메소드 설명
BytesToHexString ( byte bytes ) : string
CreateKey ( ) : string
Decrypt ( string inputText, ISymCryptKey cryptKey ) : string
Encrypt ( string inputText, ISymCryptKey cryptKey ) : string

메소드 상세

BytesToHexString() 공개 정적인 메소드

public static BytesToHexString ( byte bytes ) : string
bytes byte
리턴 string

CreateKey() 공개 정적인 메소드

The cryptographic service provider is not available.
public static CreateKey ( ) : string
리턴 string

Decrypt() 공개 정적인 메소드

The value of the parameter is not , , or . is null. The length of , ignoring white-space characters, is not zero or a multiple of 4. -or-The format of is invalid. contains a non-base-64 character, more than two padding characters, or a non-white space-character among the padding characters.
public static Decrypt ( string inputText, ISymCryptKey cryptKey ) : string
inputText string
cryptKey ISymCryptKey
리턴 string

Encrypt() 공개 정적인 메소드

The value of the parameter is not , , or .
public static Encrypt ( string inputText, ISymCryptKey cryptKey ) : string
inputText string
cryptKey ISymCryptKey
리턴 string