C# 클래스 JabbR.Services.CryptoService

상속: ICryptoService
파일 보기 프로젝트 열기: ucdavis/JabbR

공개 메소드들

메소드 설명
CreateSalt ( ) : string
CryptoService ( IKeyProvider keyProvider ) : System
Protect ( byte plainText ) : byte[]
Unprotect ( byte payload ) : byte[]

메소드 상세

CreateSalt() 공개 메소드

public CreateSalt ( ) : string
리턴 string

CryptoService() 공개 메소드

public CryptoService ( IKeyProvider keyProvider ) : System
keyProvider IKeyProvider
리턴 System

Protect() 공개 메소드

public Protect ( byte plainText ) : byte[]
plainText byte
리턴 byte[]

Unprotect() 공개 메소드

public Unprotect ( byte payload ) : byte[]
payload byte
리턴 byte[]