次の方法で共有


KeyedHashAlgorithm.Create メソッド

キー付きハッシュ アルゴリズムの実装のインスタンスを作成します。

オーバーロードの一覧

キー付きハッシュ アルゴリズムの既定の実装のインスタンスを作成します。

[Visual Basic] 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;

キー付きハッシュ アルゴリズムの指定した実装のインスタンスを作成します。

[Visual Basic] Overloads Public Shared Shadows Function Create(String) As KeyedHashAlgorithm

[C#] public static new KeyedHashAlgorithm Create(string);

[C++] public: static KeyedHashAlgorithm* Create(String*);

[JScript] public static hide function Create(String) : KeyedHashAlgorithm;

参照

KeyedHashAlgorithm クラス | KeyedHashAlgorithm メンバ | System.Security.Cryptography 名前空間