C# 클래스 Oss.ServiceSignature

파일 보기 프로젝트 열기: zhongleiyang/OssSDK-.net-4.5

공개 메소드들

메소드 설명
ComputeSignature ( string key, string data ) : string
Create ( ) : ServiceSignature

보호된 메소드들

메소드 설명
ComputeSignatureCore ( string key, string data ) : string
ServiceSignature ( ) : System

메소드 상세

ComputeSignature() 공개 메소드

public ComputeSignature ( string key, string data ) : string
key string
data string
리턴 string

ComputeSignatureCore() 보호된 추상적인 메소드

protected abstract ComputeSignatureCore ( string key, string data ) : string
key string
data string
리턴 string

Create() 공개 정적인 메소드

public static Create ( ) : ServiceSignature
리턴 ServiceSignature

ServiceSignature() 보호된 메소드

protected ServiceSignature ( ) : System
리턴 System