C# 클래스 Amazon.Runtime.RefreshingAWSCredentials

Abstract class for automatically refreshing AWS credentials
상속: AWSCredentials
파일 보기 프로젝트 열기: scopely/aws-sdk-net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetCredentials ( ) : ImmutableCredentials

Returns an instance of ImmutableCredentials for this instance

보호된 메소드들

메소드 설명
GenerateNewCredentials ( ) : CredentialsRefreshState

When overridden in a derived class, generates new credentials and new expiration date. Called on first credentials request and when expiration date is in the past.

메소드 상세

GenerateNewCredentials() 보호된 메소드

When overridden in a derived class, generates new credentials and new expiration date. Called on first credentials request and when expiration date is in the past.
protected GenerateNewCredentials ( ) : CredentialsRefreshState
리턴 CredentialsRefreshState

GetCredentials() 공개 메소드

Returns an instance of ImmutableCredentials for this instance
public GetCredentials ( ) : ImmutableCredentials
리턴 ImmutableCredentials