Abstract class that represents a credentials object for AWS services.

Namespace: Amazon.Runtime
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public abstract class AWSCredentials : IDisposable
Public MustInherit Class AWSCredentials _
	Implements IDisposable
public ref class AWSCredentials abstract : IDisposable

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Dispose()()()()
Releases all resources used by the AWSCredentials
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetCredentials()()()()
Returns a copy of ImmutableCredentials
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

See Also