C# 클래스 CarrotInc.Amazon.Util.AWSSDKUtils

This class defines utilities and constants that can be used by all the client libraries of the SDK.
파일 보기 프로젝트 열기: GoCarrotArchive/carrot-unity

공개 메소드들

메소드 설명
HMACSign ( string data, System key, KeyedHashAlgorithm algorithm ) : string
HMACSign ( string data, string key, KeyedHashAlgorithm algorithm ) : string

Computes RFC 2104-compliant HMAC signature

메소드 상세

HMACSign() 공개 정적인 메소드

public static HMACSign ( string data, System key, KeyedHashAlgorithm algorithm ) : string
data string
key System
algorithm System.Security.Cryptography.KeyedHashAlgorithm
리턴 string

HMACSign() 공개 정적인 메소드

Computes RFC 2104-compliant HMAC signature
public static HMACSign ( string data, string key, KeyedHashAlgorithm algorithm ) : string
data string The data to be signed
key string The secret signing key
algorithm System.Security.Cryptography.KeyedHashAlgorithm The algorithm to sign the data with
리턴 string