C# Class DfBAdminToolkit.Common.Extensions.StringExtension

Mostrar archivo Open project: dropbox/DropboxBusinessAdminTool

Public Methods

Method 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 method

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

Encrypt() public static method

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