C# 클래스 Google.Apis.Util.Protect.DataProtection

Data protection utility to protect data.
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
Protect ( string content ) : byte[]

Protects the given content and transform it into a byte array.

Unprotect ( byte data ) : string

Unprotects the given byte array and return the original content.

메소드 상세

Protect() 공개 정적인 메소드

Protects the given content and transform it into a byte array.
public static Protect ( string content ) : byte[]
content string
리턴 byte[]

Unprotect() 공개 정적인 메소드

Unprotects the given byte array and return the original content.
public static Unprotect ( byte data ) : string
data byte
리턴 string