C# 클래스 Qiniu.Util.Mac

파일 보기 프로젝트 열기: qiniu/csharp-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Mac ( string accessKey, string secretKey ) : System
Sign ( byte data ) : string
SignRequest ( string url, byte reqBody ) : string
SignWithData ( byte data ) : string

비공개 메소드들

메소드 설명
_sign ( byte data ) : string

메소드 상세

Mac() 공개 메소드

public Mac ( string accessKey, string secretKey ) : System
accessKey string
secretKey string
리턴 System

Sign() 공개 메소드

public Sign ( byte data ) : string
data byte
리턴 string

SignRequest() 공개 메소드

public SignRequest ( string url, byte reqBody ) : string
url string
reqBody byte
리턴 string

SignWithData() 공개 메소드

public SignWithData ( byte data ) : string
data byte
리턴 string