次の方法で共有


Crypto.SHA1(String) メソッド

定義

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

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

パラメーター

input
String

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

戻り値

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

例外

input が null です。

適用対象