C# Class DfBAdminToolkit.Common.Extensions.StringExtension

Afficher le fichier Open project: dropbox/DropboxBusinessAdminTool

Méthodes publiques

Méthode Description
Decrypt ( this encryptedText, string optionalEntropy = null, DataProtectionScope scope = DataProtectionScope.LocalMachine ) : string
Encrypt ( this clearText, string optionalEntropy = null, DataProtectionScope scope = DataProtectionScope.LocalMachine ) : string

Method Details

Decrypt() public static méthode

public static Decrypt ( this encryptedText, string optionalEntropy = null, DataProtectionScope scope = DataProtectionScope.LocalMachine ) : string
encryptedText this
optionalEntropy string
scope DataProtectionScope
Résultat string

Encrypt() public static méthode

public static Encrypt ( this clearText, string optionalEntropy = null, DataProtectionScope scope = DataProtectionScope.LocalMachine ) : string
clearText this
optionalEntropy string
scope DataProtectionScope
Résultat string