Table of Contents

Class EnvironmentAWSCredentials

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll

Credentials that are retrieved from ConfigurationManager.AppSettings

[Obsolete("This class is obsolete and will be removed in a future release. Please update your code to use AppConfigAWSCredentials instead.")]
public class EnvironmentAWSCredentials : AWSCredentials
Inheritance
EnvironmentAWSCredentials
Inherited Members

Constructors

EnvironmentAWSCredentials()

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

public EnvironmentAWSCredentials()

Methods

GetCredentials()

Returns an instance of ImmutableCredentials for this instance

public override ImmutableCredentials GetCredentials()

Returns

ImmutableCredentials