次の方法で共有


Crypto.SHA256(String) メソッド

定義

指定した文字列の SHA-256 ハッシュ値を返します。

public static string SHA256 (string input);
static member SHA256 : string -> string
Public Shared Function SHA256 (input As String) As String

パラメーター

input
String

ハッシュ値を提供する対象のデータ。

戻り値

の SHA-256 ハッシュ値 input を 16 進文字の文字列として指定します。

例外

input が null です。

適用対象