KeyedHashAlgorithm.Create メソッド
キー付きハッシュ アルゴリズムの実装のインスタンスを作成します。
オーバーロードの一覧
キー付きハッシュ アルゴリズムの既定の実装のインスタンスを作成します。
[Visual Basic] Overloads Public Shared Shadows Function Create() As KeyedHashAlgorithm
[JScript] public static hide function Create() : KeyedHashAlgorithm;
キー付きハッシュ アルゴリズムの指定した実装のインスタンスを作成します。
[Visual Basic] Overloads Public Shared Shadows Function Create(String) As KeyedHashAlgorithm
[JScript] public static hide function Create(String) : KeyedHashAlgorithm;
参照
KeyedHashAlgorithm クラス | KeyedHashAlgorithm メンバ | System.Security.Cryptography 名前空間