AuthHashUtil 型で公開されるメンバーは以下のとおりです。

コンストラクター

  名前説明
Public メソッドAuthHashUtil
AuthHashUtil クラスの新しいインスタンスを初期化します

メソッド

  名前説明
Public メソッドStatic メンバーCheckAuthHash
リクエストパラメータ内のパラメータ順序(authParams)に従ってハッシュ値を計算し、 リクエストパラメータ内の改竄チェック用ハッシュ値(vAuthInfo)と比較する。
リクエストパラメータにパラメータ順序と改竄チェック用ハッシュ値が含まれていない場合、 改竄されているとみなす。
※requestParamsはHttpRequestクラスのParamsプロパティを想定しています。
 上記メソッドを使用せずにrequestParamsを作成する場合は、各パラメータ名をキーとした値のセットをNameValueCollectionの型で設定してください。
Public メソッドEquals
Determines whether the specified Object is equal to the current Object.
(Object から継承されます。)
Protected メソッドFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Object から継承されます。)
Public メソッドGetHashCode
Serves as a hash function for a particular type.
(Object から継承されます。)
Public メソッドGetType
Gets the Type of the current instance.
(Object から継承されます。)
Protected メソッドMemberwiseClone
Creates a shallow copy of the current Object.
(Object から継承されます。)
Public メソッドToString
Returns a String that represents the current Object.
(Object から継承されます。)

参照