Class AwsTemporaryCredentialsCacheItem
Inheritance
object
AwsTemporaryCredentialsCacheItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BlobStoring.Aws
Assembly: Volo.Abp.BlobStoring.Aws.dll
Syntax
public class AwsTemporaryCredentialsCacheItem
Constructors
AwsTemporaryCredentialsCacheItem()
Declaration
public AwsTemporaryCredentialsCacheItem()
AwsTemporaryCredentialsCacheItem(string, string, string)
Declaration
public AwsTemporaryCredentialsCacheItem(string accessKeyId, string secretAccessKey, string sessionToken)
Parameters
| Type | Name | Description |
|---|---|---|
| string | accessKeyId | |
| string | secretAccessKey | |
| string | sessionToken |
Properties
AccessKeyId
Declaration
public string AccessKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecretAccessKey
Declaration
public string SecretAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SessionToken
Declaration
public string SessionToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |