C# Class Amazon.Runtime.SessionAWSCredentials

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

Méthodes publiques

Méthode 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 méthode

Returns an instance of ImmutableCredentials for this instance
public GetCredentials ( ) : ImmutableCredentials
Résultat ImmutableCredentials

SessionAWSCredentials() public méthode

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