AWS SDK for .NET Documentation
BasicAWSCredentials Constructor (accessKey, secretKey, useSecureString)
AmazonAmazon.RuntimeBasicAWSCredentialsBasicAWSCredentials(String, String, Boolean) Did this page help you?   Yes   No    Tell us about it...
Constructs a BasicAWSCredentials object for the specified accessKey and secretKey, with the useSecureString flag to signal if the secretKey should be stored as SecureString
Declaration Syntax
C#
public BasicAWSCredentials(
	string accessKey,
	string secretKey,
	bool useSecureString
)
Parameters
accessKey (String)
secretKey (String)
useSecureString (Boolean)
True if secretKey should be stored in SecureString. False if secretKey should be stored as clear string.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)