キー付きハッシュ アルゴリズムの既定の実装のインスタンスを作成します。
Overloads Public Shared Shadows Function Create() As KeyedHashAlgorithm
[C#]
public static new KeyedHashAlgorithm Create();
[C++]
public: static KeyedHashAlgorithm* Create();
[JScript]
public static hide function Create() : KeyedHashAlgorithm;
戻り値
キー付きハッシュ アルゴリズムの新しいインスタンス。
解説
KeyedHashAlgorithm の既定の実装は、暗号構成システムで定義されます。現在サポートされている、キー付きハッシュ アルゴリズムは 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 オーバーロードの一覧 | 暗号サービス