RDSAuthTokenGenerator Class | AWS SDK for .NET V3 (original) (raw)
Note:
Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.
Name | Description | |
---|---|---|
![]() ![]() |
GenerateAuthToken(string, int, string) | Generate a token for IAM authentication to an RDS database. The AWS region and credentials for creating the auth token will be searched for using the SDK's standard environment search pattern. This includes using default profile configuration and AWS Compute environment settings. |
![]() ![]() |
GenerateAuthToken(RegionEndpoint, string, int, string) | Generate a token for IAM authentication to an RDS database. The AWS credentials for creating the auth token will be searched for using the SDK's standard environment search pattern. This includes using default profile configuration and AWS Compute environment settings. |
![]() ![]() |
GenerateAuthToken(AWSCredentials, string, int, string) | Generate a token for IAM authentication to an RDS database. The AWS region for creating the auth token will be searched for using the SDK's standard environment search pattern. This includes using default profile configuration and AWS Compute environment settings. |
![]() ![]() |
GenerateAuthToken(AWSCredentials, RegionEndpoint, string, int, string) | Generate a token for IAM authentication to an RDS database. |
![]() ![]() |
GenerateAuthTokenAsync(AWSCredentials, RegionEndpoint, string, int, string) | Generate a token for IAM authentication to an RDS database. |