C# Class PERMWebSolution.Models.HelperMethods

Class for static methods that must be access as needed. Feel free to add new ones.
Afficher le fichier Open project: VK-EIF/PERM-WEB-SOURCE

Méthodes publiques

Méthode Description
generateRandomString ( ) : string

Method for generating new session id

sha256Encrypt ( string value ) : string

Encrypts string with SHA256 algorithm

Method Details

generateRandomString() public static méthode

Method for generating new session id
public static generateRandomString ( ) : string
Résultat string

sha256Encrypt() public static méthode

Encrypts string with SHA256 algorithm
public static sha256Encrypt ( string value ) : string
value string String to be encrypted
Résultat string