C# 클래스 Amazon.Runtime.Internal.Auth.EC2Signer

상속: QueryStringSigner
파일 보기 프로젝트 열기: scopely/aws-sdk-net

Private Properties

프로퍼티 타입 설명
SelectSigner AbstractAWSSigner

공개 메소드들

메소드 설명
EC2Signer ( ) : System

EC2 signer constructor

Sign ( IRequest request, ClientConfig clientConfig, RequestMetrics metrics, string awsAccessKeyId, string awsSecretAccessKey ) : void

Determines the appropriate signer and signs the request.

비공개 메소드들

메소드 설명
SelectSigner ( IRequest irequest, ClientConfig config ) : AbstractAWSSigner

Inspects the supplied evidence to return the signer appropriate for the operation

메소드 상세

EC2Signer() 공개 메소드

EC2 signer constructor
public EC2Signer ( ) : System
리턴 System

Sign() 공개 메소드

Determines the appropriate signer and signs the request.
If any problems are encountered while signing the request
public Sign ( IRequest request, ClientConfig clientConfig, RequestMetrics metrics, string awsAccessKeyId, string awsSecretAccessKey ) : void
request IRequest The request to have the signature compute for
clientConfig ClientConfig The configuration that specifies which hashing algorithm to use
metrics Amazon.Runtime.Internal.Util.RequestMetrics Request metrics
awsAccessKeyId string The AWS public key
awsSecretAccessKey string The AWS secret key used to sign the request in clear text
리턴 void