Immutable representation of AWS credentials.
Namespace: Amazon.RuntimeAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ImmutableCredentials : IDisposable
Public Class ImmutableCredentials _ Implements IDisposable
public ref class ImmutableCredentials : IDisposable
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ImmutableCredentials(String, SecureString, String) |
Constructs an ImmutableCredentials object with supplied accessKey, secretKey as a SecureString
and an optional session token.
| |
| ImmutableCredentials(String, String, String, Boolean) |
Constructs an ImmutableCredentials object with supplied accessKey, secretKey,
optional token and flag to determine if secretKey should be stored in a SecureString
| |
| AccessKey |
Gets the AccessKey property for the current credentials.
| |
| ClearSecretKey |
Gets the ClearSecretKey property for the current credentials.
| |
| Copy()()()() |
Returns a copy of the current credentials.
| |
| Dispose()()()() | Releases all resources used by the ImmutableCredentials | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| SecureSecretKey |
Gets the SecureSecretKey property for the current credentials.
| |
| Token |
Gets the Token property for the current credentials.
| |
| ToString()()()() | (Inherited from Object.) | |
| UseSecureStringForSecretKey |
Gets the UseSecureStringForSecretKey property for the current credentials.
Specifies if secretKey is stored as SecureString or String.
| |
| UseToken |
Gets the UseToken property for the current credentials.
Specifies if Token property is non-emtpy.
|