C# Class Amazon.Runtime.Internal.Auth.NullSigner

Null Signer which does a no-op.
Inheritance: AbstractAWSSigner
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
Sign ( IRequest request, IClientConfig clientConfig, System.Util metrics, string awsAccessKeyId, string awsSecretAccessKey ) : void

Method Details

Sign() public method

public Sign ( IRequest request, IClientConfig clientConfig, System.Util metrics, string awsAccessKeyId, string awsSecretAccessKey ) : void
request IRequest
clientConfig IClientConfig
metrics System.Util
awsAccessKeyId string
awsSecretAccessKey string
return void