C# 클래스 ARUP.IssueTracker.Classes.DataProtector

used for encryption and decryption
파일 보기 프로젝트 열기: ArupAus/issue-tracker 1 사용 예제들

공개 메소드들

메소드 설명
DecryptData ( string stringToDecrypt ) : string

Decrypts a string using the DPAPI.

EncryptData ( string stringToEncrypt ) : string

Encrypts a string using the DPAPI.

IsBase64String ( this s ) : bool

메소드 상세

DecryptData() 공개 정적인 메소드

Decrypts a string using the DPAPI.
public static DecryptData ( string stringToDecrypt ) : string
stringToDecrypt string The string to decrypt.
리턴 string

EncryptData() 공개 정적인 메소드

Encrypts a string using the DPAPI.
public static EncryptData ( string stringToEncrypt ) : string
stringToEncrypt string The string to encrypt.
리턴 string

IsBase64String() 공개 정적인 메소드

public static IsBase64String ( this s ) : bool
s this
리턴 bool