AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
AWS credentials for API authentication.
Namespace: Amazon.SecurityToken.Model
Assembly: AWSSDK.SecurityToken.dll
Version: 3.x.y.z
public class Credentials : AWSCredentials
The Credentials type exposes the following members
| Name | Description | |
|---|---|---|
|
Credentials() |
Empty constructor used to set properties independently even when a simple constructor is available |
|
Credentials(string, string, string, Nullable<DateTime>) |
Instantiates Credentials with the parameterized properties |
| Name | Type | Description | |
|---|---|---|---|
|
AccessKeyId | System.String |
Gets and sets the property AccessKeyId. The access key ID that identifies the temporary security credentials. |
|
Expiration | System.Nullable<System.DateTime> |
Gets and sets the property Expiration. The date on which the current credentials expire. |
|
SecretAccessKey | System.String |
Gets and sets the property SecretAccessKey. The secret access key that can be used to sign requests. |
|
SessionToken | System.String |
Gets and sets the property SessionToken. The token that users must pass to the service API to use the temporary credentials. |
| Name | Description | |
|---|---|---|
|
GetCredentials() |
Returns a copy of ImmutableCredentials corresponding to these credentials |
|
GetCredentialsAsync() | Inherited from Amazon.Runtime.AWSCredentials. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer