Abstract class for automatically refreshing AWS credentials
            
 Declaration Syntax
 Declaration Syntax| C# | 
public abstract class RefreshingAWSCredentials : AWSCredentials
 Members
 Members| All Members | Methods | Properties | |||
| Icon | Member | Description | 
|---|---|---|
|  | Dispose()()()() | (Inherited from AWSCredentials.) | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetCredentials()()()() | 
            Returns an instance of ImmutableCredentials for this instance
            (Overrides AWSCredentials.GetCredentials()()()().) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | PreemptExpiryTime | 
            The time before actual expiration to expire the credentials.        
            Property cannot be set to a negative TimeSpan.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |||
|  | AWSCredentials | ||
|  | RefreshingAWSCredentials | ||
|  | InstanceProfileAWSCredentials | ||
|  | RefreshingSessionAWSCredentials | ||