C# Class Amazon.Runtime.SessionAWSCredentials

Session credentials consisting of AccessKey, SecretKey and Token
Inheritance: AWSCredentials
Mostrar archivo Open project: scopely/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetCredentials ( ) : ImmutableCredentials

Returns an instance of ImmutableCredentials for this instance

SessionAWSCredentials ( string awsAccessKeyId, string awsSecretAccessKey, string token ) : System

Constructs a SessionAWSCredentials object for the specified accessKey, secretKey.

Method Details

GetCredentials() public method

Returns an instance of ImmutableCredentials for this instance
public GetCredentials ( ) : ImmutableCredentials
return ImmutableCredentials

SessionAWSCredentials() public method

Constructs a SessionAWSCredentials object for the specified accessKey, secretKey.
public SessionAWSCredentials ( string awsAccessKeyId, string awsSecretAccessKey, string token ) : System
awsAccessKeyId string
awsSecretAccessKey string
token string
return System