Credentials Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

AWS credentials for API authentication.

Inheritance Hierarchy

System.Object
  Amazon.SecurityToken.Model.Credentials

Namespace: Amazon.SecurityToken.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class Credentials : Object

The Credentials type exposes the following members

Constructors

  Name Description
Public Method Credentials()

Properties

  Name Description
Public Property AccessKeyId AccessKeyId ID that identifies the temporary credentials.

Constraints:Length16 - 32Pattern[\w]*

Public Property Expiration The date on which these credentials expire.
Public Property SecretAccessKey The secret access key to sign requests.
Public Property SessionToken The security token that users must pass to the service API to use the temporary credentials.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8