C# Class Amazon.Runtime.BasicAWSCredentials

Basic set of credentials consisting of an AccessKey and SecretKey
Inheritance: AWSCredentials
Afficher le fichier Open project: scopely/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
BasicAWSCredentials ( string accessKey, string secretKey ) : System

Constructs a BasicAWSCredentials object for the specified accessKey and secretKey.

GetCredentials ( ) : ImmutableCredentials

Returns an instance of ImmutableCredentials for this instance

Method Details

BasicAWSCredentials() public méthode

Constructs a BasicAWSCredentials object for the specified accessKey and secretKey.
public BasicAWSCredentials ( string accessKey, string secretKey ) : System
accessKey string
secretKey string
Résultat System

GetCredentials() public méthode

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