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”的字符串。

适用于

另请参阅