AWS credentials for API authentication.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class Credentials
Public Class Credentials
public ref class Credentials
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| Credentials()()()() | Initializes a new instance of the Credentials class | |
| AccessKeyId |
AccessKeyId ID that identifies the temporary credentials.
Constraints: | |
| Equals(Object) | (Inherited from Object.) | |
| Expiration |
The date on which these credentials expire.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| SecretAccessKey |
The Secret Access Key to sign requests.
| |
| SessionToken |
The security token that users must pass to the service API to use the temporary credentials.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithAccessKeyId(String) |
Sets the AccessKeyId property
| |
| WithExpiration(DateTime) |
Sets the Expiration property
| |
| WithSecretAccessKey(String) |
Sets the SecretAccessKey property
| |
| WithSessionToken(String) |
Sets the SessionToken property
|