ImmutableCredentials Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Immutable representation of AWS credentials.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.ImmutableCredentials

Namespace: Amazon.Runtime
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class ImmutableCredentials : Object
         IDisposable

The ImmutableCredentials type exposes the following members

Constructors

  Name Description
Public Method ImmutableCredentials(string, string, string) Constructs an ImmutableCredentials object with supplied accessKey, secretKey.

Properties

  Name Description
Public Property AccessKey Gets the AccessKey property for the current credentials.
Public Property SecretKey Gets the SecretKey property for the current credentials.
Public Property Token Gets the Token property for the current credentials.
Public Property UseToken Gets the UseToken property for the current credentials. Specifies if Token property is non-emtpy.

Methods

  Name Description
Public Method Copy() Returns a copy of the current credentials.
Public Method Dispose()

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