AWS SDK for .NET Documentation
SessionAWSCredentials Constructor (awsAccessKeyId, awsSecretAccessKey, token)
AmazonAmazon.RuntimeSessionAWSCredentialsSessionAWSCredentials(String, SecureString, String) Did this page help you?   Yes   No    Tell us about it...
Constructs a SessionAWSCredentials object for the specified accessKey, secretKey and session token. SecretKey is stored as clear string.
Declaration Syntax
C#
public SessionAWSCredentials(
	string awsAccessKeyId,
	SecureString awsSecretAccessKey,
	string token
)
Parameters
awsAccessKeyId (String)
awsSecretAccessKey (SecureString)
token (String)

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