次の方法で共有


SHA256.Create メソッド (String)

SHA256 の指定した実装のインスタンスを作成します。

Overloads Public Shared Shadows Function Create( _
   ByVal hashName As String _) As SHA256
[C#]
public static new SHA256 Create(stringhashName);
[C++]
public: static SHA256* Create(String* hashName);
[JScript]
public static hide function Create(
   hashName : String) : SHA256;

パラメータ

  • hashName
    使用する SHA256 の特定の実装の名前。

戻り値

SHA256 の指定した実装を使用する新しいインスタンス。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

SHA256 クラス | SHA256 メンバ | System.Security.Cryptography 名前空間 | SHA256.Create オーバーロードの一覧 | 暗号サービス