C# Class Transloadit.Utils

Util functions for Transoadit
ファイルを表示 Open project: nkranitz/transloadit-csharp-sdk

Public Methods

Method Description
GetSha1 ( string key, string str ) : string

Generates and gets SHA1 string based on the passed parameters

Method Details

GetSha1() public static method

Generates and gets SHA1 string based on the passed parameters
public static GetSha1 ( string key, string str ) : string
key string Key of the hash
str string String to be secured
return string