AWS SDK for .NET Documentation
SessionAWSCredentials Constructor (awsAccessKeyId, awsSecretAccessKey, token, useSecureString)
AmazonAmazon.RuntimeSessionAWSCredentialsSessionAWSCredentials(String, String, String, Boolean) Did this page help you?   Yes   No    Tell us about it...
Constructs a SessionAWSCredentials object for the specified accessKey, secretKey session token and flag to specify if secretKey should be stored in SecureString.
Declaration Syntax
C#
public SessionAWSCredentials(
	string awsAccessKeyId,
	string awsSecretAccessKey,
	string token,
	bool useSecureString
)
Parameters
awsAccessKeyId (String)
awsSecretAccessKey (String)
token (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)