SecurityIdentifier.GetHashCode 方法

定義

做為目前 SecurityIdentifier 物件的雜湊函式。 GetHashCode() 方法適用於雜湊演算法和雜湊資料表這類的資料結構。

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

傳回

目前 SecurityIdentifier 物件的雜湊值 (Hash Value)。

適用於