AWS SDK for .NET Documentation
BasicAWSCredentials Constructor (accessKey, secretKey)
AmazonAmazon.RuntimeBasicAWSCredentialsBasicAWSCredentials(String, SecureString) Did this page help you?   Yes   No    Tell us about it...
Constructs a BasicAWSCredentials object for the specified accessKey and secretKey SecretKey is stored in SecureString
Declaration Syntax
C#
public BasicAWSCredentials(
	string accessKey,
	SecureString secretKey
)
Parameters
accessKey (String)
secretKey (SecureString)

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