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.
Immutable representation of AWS credentials.
Namespace: Amazon.Runtime
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z
public class ImmutableCredentials
The ImmutableCredentials type exposes the following members
Name | Description | |
---|---|---|
ImmutableCredentials(string, string, string) |
Constructs an ImmutableCredentials object with supplied accessKey, secretKey. |
|
ImmutableCredentials(string, string, string, string) |
Constructs an ImmutableCredentials object with supplied accessKey, secretKey, and aws account id. |
Name | Type | Description | |
---|---|---|---|
AccessKey | System.String |
Gets the AccessKey property for the current credentials. |
|
AccountId | System.String |
Gets the AccountId property for the current credentials. |
|
SecretKey | System.String |
Gets the SecretKey property for the current credentials. |
|
Token | System.String |
Gets the Token property for the current credentials. |
|
UseToken | System.Boolean |
Gets the UseToken property for the current credentials. Specifies if Token property is non-empty. |
Name | Description | |
---|---|---|
Copy() |
Returns a copy of the current credentials. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5