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

Null Signer which does a no-op.
상속: AbstractAWSSigner
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
Sign ( IRequest request, IClientConfig clientConfig, System.Util metrics, string awsAccessKeyId, string awsSecretAccessKey ) : void

메소드 상세

Sign() 공개 메소드

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
리턴 void