次の方法で共有


HashAlgorithmNames クラス

定義

HashAlgorithmProvider クラスの OpenAlgorithm メソッドで使用できるアルゴリズム名を取得できる静的プロパティが含まれています。

public ref class HashAlgorithmNames abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HashAlgorithmNames final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class HashAlgorithmNames
Public Class HashAlgorithmNames
継承
Object Platform::Object IInspectable HashAlgorithmNames
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

このクラスに関連付けられているすべてのプロパティは静的です。 プロパティ値を取得するために、 クラスのインスタンスを作成する必要はありません。

プロパティ

Md5

"MD5" を含む文字列を取得します。

Sha1

"SHA1" を含む文字列を取得します。

Sha256

"SHA256" を含む文字列を取得します。

Sha384

"SHA384" を含む文字列を取得します。

Sha512

"SHA512" を含む文字列を取得します。

適用対象

こちらもご覧ください