C# 클래스 Aliyun.Acs.Core.Auth.Credential

파일 보기 프로젝트 열기: aliyun/aliyun-openapi-net-sdk 1 사용 예제들

공개 메소드들

메소드 설명
Credential ( ) : System
Credential ( String keyId, String secret ) : System
Credential ( String keyId, String secret, int expiredHours ) : System
IsExpired ( ) : bool

비공개 메소드들

메소드 설명
SetExpiredDate ( int expiredHours ) : void

메소드 상세

Credential() 공개 메소드

public Credential ( ) : System
리턴 System

Credential() 공개 메소드

public Credential ( String keyId, String secret ) : System
keyId String
secret String
리턴 System

Credential() 공개 메소드

public Credential ( String keyId, String secret, int expiredHours ) : System
keyId String
secret String
expiredHours int
리턴 System

IsExpired() 공개 메소드

public IsExpired ( ) : bool
리턴 bool