キー付きハッシュ アルゴリズムの指定した実装のインスタンスを作成します。
Overloads Public Shared Shadows Function Create( _
ByVal algName As String _) As KeyedHashAlgorithm
[C#]
public static new KeyedHashAlgorithm Create(stringalgName);
[C++]
public: static KeyedHashAlgorithm* Create(String* algName);
[JScript]
public static hide function Create(
algName : String) : KeyedHashAlgorithm;
パラメータ
- algName
使用するキー付きハッシュ アルゴリズムの実装の名前。
戻り値
指定したキー付きハッシュ アルゴリズムの新しいインスタンス。
解説
現在サポートされている、キー付きハッシュ アルゴリズムは HMACSHA1 と MACTripleDES です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
KeyedHashAlgorithm クラス | KeyedHashAlgorithm メンバ | System.Security.Cryptography 名前空間 | KeyedHashAlgorithm.Create オーバーロードの一覧 | 暗号サービス