I want to programmatically access the same 'default' access/secret key used by the AWS SDK for .NET, as described under Using Credentials in an Application.
For example, looking in App/Web.config, followed by a default
profile, followed by environment variables, and finally the EC2 metadata service.
Is there any way to accomplish this using the AWS SDK for .NET?