C# 클래스 PERMWebSolution.Models.HelperMethods

Class for static methods that must be access as needed. Feel free to add new ones.
파일 보기 프로젝트 열기: VK-EIF/PERM-WEB-SOURCE

공개 메소드들

메소드 설명
generateRandomString ( ) : string

Method for generating new session id

sha256Encrypt ( string value ) : string

Encrypts string with SHA256 algorithm

메소드 상세

generateRandomString() 공개 정적인 메소드

Method for generating new session id
public static generateRandomString ( ) : string
리턴 string

sha256Encrypt() 공개 정적인 메소드

Encrypts string with SHA256 algorithm
public static sha256Encrypt ( string value ) : string
value string String to be encrypted
리턴 string