C# 클래스 Nupload.GoogleCredentials

파일 보기 프로젝트 열기: appharbor/nupload 1 사용 예제들

공개 메소드들

메소드 설명
GetSignature ( string input ) : string
GoogleCredentials ( string accessId, Stream certificateStream, string certificatePassword ) : System
GoogleCredentials ( string accessId, X509Certificate2 certificate ) : System

비공개 메소드들

메소드 설명
GetRSACryptoServiceProvider ( ) : RSACryptoServiceProvider

메소드 상세

GetSignature() 공개 메소드

public GetSignature ( string input ) : string
input string
리턴 string

GoogleCredentials() 공개 메소드

public GoogleCredentials ( string accessId, Stream certificateStream, string certificatePassword ) : System
accessId string
certificateStream Stream
certificatePassword string
리턴 System

GoogleCredentials() 공개 메소드

public GoogleCredentials ( string accessId, X509Certificate2 certificate ) : System
accessId string
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
리턴 System