C# Class Membrane.Core.Services.EncryptionService

Inheritance: IEncryptionService
Datei anzeigen Open project: pollingj/Membrane-CMS Class Usage Examples

Public Methods

Method Description
Encrypt ( string valueToHash ) : string

Method to Hash any given value.

Method Details

Encrypt() public method

Method to Hash any given value.
public Encrypt ( string valueToHash ) : string
valueToHash string What needs hashing?
return string