C# Класс Amazon.Runtime.Internal.Auth.QueryStringSigner

Наследование: AbstractAWSSigner
Показать файл Открыть проект

Открытые методы

Метод Описание
QueryStringSigner ( ) : System
Sign ( IRequest request, IClientConfig clientConfig, Amazon.Runtime.Internal.RequestMetrics metrics, string awsAccessKeyId, string awsSecretAccessKey ) : void

Signs the specified request with the AWS2 signing protocol by using the AWS account credentials given in the method parameters.

Описание методов

QueryStringSigner() публичный Метод

public QueryStringSigner ( ) : System
Результат System

Sign() публичный Метод

Signs the specified request with the AWS2 signing protocol by using the AWS account credentials given in the method parameters.
If any problems are encountered while signing the request
public Sign ( IRequest request, IClientConfig clientConfig, Amazon.Runtime.Internal.RequestMetrics metrics, string awsAccessKeyId, string awsSecretAccessKey ) : void
request IRequest The request to have the signature compute for
clientConfig IClientConfig The configuration that specifies which hashing algorithm to use
metrics Amazon.Runtime.Internal.RequestMetrics Request metrics
awsAccessKeyId string The AWS public key
awsSecretAccessKey string The AWS secret key used to sign the request in clear text
Результат void