SfcKeyChain.GetHashCode 方法

定义

SfcKeyChain 的哈希代码只是其所有组件密钥哈希代码的 XOR。 每个 Key 类必须实现合理的 GetHashCode(),这样才能很好地分发自身。

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

返回

哈希代码。

适用于