C# 클래스 Amazon.Runtime.EnvironmentAWSCredentials

Credentials that are retrieved from ConfigurationManager.AppSettings
상속: AWSCredentials
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
EnvironmentAWSCredentials ( ) : System

Constructs an instance of EnvironmentAWSCredentials and attempts to load AccessKey and SecretKey from ConfigurationManager.AppSettings

GetCredentials ( ) : ImmutableCredentials

Returns an instance of ImmutableCredentials for this instance

메소드 상세

EnvironmentAWSCredentials() 공개 메소드

Constructs an instance of EnvironmentAWSCredentials and attempts to load AccessKey and SecretKey from ConfigurationManager.AppSettings
public EnvironmentAWSCredentials ( ) : System
리턴 System

GetCredentials() 공개 메소드

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