AWS credentials for API authentication.

Namespace: Amazon.SecurityToken.Model
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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Credentials()()()()
Initializes a new instance of the Credentials class
AccessKeyId
AccessKeyId ID that identifies the temporary credentials.

Constraints:

Length
16 - 32
Pattern
[\w]*

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(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

Inheritance Hierarchy

System..::..Object
  Amazon.SecurityToken.Model..::..Credentials

See Also