C# Class Google.Apis.Util.Protect.DataProtection

Data protection utility to protect data.
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Méthode Description
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.

Method Details

Protect() public static méthode

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

Unprotect() public static méthode

Unprotects the given byte array and return the original content.
public static Unprotect ( byte data ) : string
data byte
Résultat string