HashDEncrypt Class
From HD.Common
| HashDEncrypt Class | Helper帮助文档 |
得到随机安全码(哈希加密)。
Inheritance Hierarchy
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class HashDEncrypt
Public Class HashDEncrypt
public ref class HashDEncrypt
type HashDEncrypt = class end
The HashDEncrypt type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HashDEncrypt |
构造函数
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetRandomValue |
得到一个随机数值
| |
| GetSecurity |
得到随机哈希加密字符串
| |
| GetType | (Inherited from Object.) | |
| HashEncoding |
哈希加密一个字符串
| |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also