CngAlgorithm.GetHashCode 方法

定义

为当前 CngAlgorithm 对象中嵌入的算法名称生成一个哈希值。Generates a hash value for the algorithm name that is embedded in the current CngAlgorithm object.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返回

Int32

嵌入的算法名称的哈希值。The hash value of the embedded algorithm name.

适用于