SHA1Managed 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Derived cryptographic types are obsolete. Use the Create method on the base type instead.
使用托管库计算输入数据的 SHA1 哈希值。
public ref class SHA1Managed sealed : System::Security::Cryptography::SHA1
public ref class SHA1Managed : System::Security::Cryptography::SHA1
public sealed class SHA1Managed : System.Security.Cryptography.SHA1
[System.Obsolete("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public sealed class SHA1Managed : System.Security.Cryptography.SHA1
public class SHA1Managed : System.Security.Cryptography.SHA1
[System.Runtime.InteropServices.ComVisible(true)]
public class SHA1Managed : System.Security.Cryptography.SHA1
type SHA1Managed = class
inherit SHA1
[<System.Obsolete("Derived cryptographic types are obsolete. Use the Create method on the base type instead.", DiagnosticId="SYSLIB0021", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type SHA1Managed = class
inherit SHA1
[<System.Runtime.InteropServices.ComVisible(true)>]
type SHA1Managed = class
inherit SHA1
Public NotInheritable Class SHA1Managed
Inherits SHA1
Public Class SHA1Managed
Inherits SHA1
- 继承
- 属性
注解
哈希用作表示大量数据的固定大小的唯一值。 当并且仅当相应数据也匹配时,两组数据的哈希应匹配。 对数据的小更改会导致哈希中出现大量不可预知的更改。
这是不包装 CAPI 的 SHA1 纯托管实现。
算法的 SHA1Managed 哈希大小为 160 位。
由于 SHA1 出现冲突问题,Microsoft 建议使用基于 SHA256 或更好的安全模型。
构造函数
SHA1Managed() |
已过时.
初始化 SHA1Managed 类的新实例。 |
字段
HashSizeInBits |
已过时.
SHA1 算法生成的哈希大小(以位为单位)。 (继承自 SHA1) |
HashSizeInBytes |
已过时.
SHA1 算法生成的哈希大小(以字节为单位)。 (继承自 SHA1) |
HashSizeValue |
已过时.
表示计算所得的哈希代码的大小(以位为单位)。 (继承自 HashAlgorithm) |
HashValue |
已过时.
表示计算所得的哈希代码的值。 (继承自 HashAlgorithm) |
State |
已过时.
表示哈希计算的状态。 (继承自 HashAlgorithm) |
属性
CanReuseTransform |
已过时.
获取一个值,该值指示是否可重复使用当前转换。 (继承自 HashAlgorithm) |
CanTransformMultipleBlocks |
已过时.
当在派生类中重写时,获取一个值,该值指示是否可以转换多个块。 (继承自 HashAlgorithm) |
Hash |
已过时.
获取计算所得的哈希代码的值。 (继承自 HashAlgorithm) |
HashSize |
已过时.
获取计算所得的哈希代码的大小(以位为单位)。 (继承自 HashAlgorithm) |
InputBlockSize |
已过时.
当在派生类中重写时,获取输入块的大小。 (继承自 HashAlgorithm) |
OutputBlockSize |
已过时.
当在派生类中重写时,获取输出块的大小。 (继承自 HashAlgorithm) |
方法
显式接口实现
IDisposable.Dispose() |
已过时.
释放由 HashAlgorithm 占用的非托管资源,还可以另外再释放托管资源。 (继承自 HashAlgorithm) |