C# 클래스 Transloadit.Utils

Util functions for Transoadit
파일 보기 프로젝트 열기: nkranitz/transloadit-csharp-sdk

공개 메소드들

메소드 설명
GetSha1 ( string key, string str ) : string

Generates and gets SHA1 string based on the passed parameters

메소드 상세

GetSha1() 공개 정적인 메소드

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
리턴 string