AWS SDK for .NET Documentation
RefreshingSessionAWSCredentials Constructor (awsAccessKeyId, awsSecretAccessKey, stsConfig)
AmazonAmazon.RuntimeRefreshingSessionAWSCredentialsRefreshingSessionAWSCredentials(String, String, AmazonSecurityTokenServiceConfig) Did this page help you?   Yes   No    Tell us about it...
Constructs a RefreshingSessionAWSCredentials object. The passed-in AmazonSecurityTokenService is used to refresh credentials.
Declaration Syntax
C#
public RefreshingSessionAWSCredentials(
	string awsAccessKeyId,
	string awsSecretAccessKey,
	AmazonSecurityTokenServiceConfig stsConfig
)
Parameters
awsAccessKeyId (String)
AWS Access Key ID
awsSecretAccessKey (String)
AWS Secret Access Key
stsConfig (AmazonSecurityTokenServiceConfig)
Config object used for the constructed AmazonSecurityTokenService.

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