Brunet.Security.PeerSec.SecurityPolicy.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int
    public override int GetHashCode() {
      return (Index.GetHashCode() ^
          Encryptor.GetHashCode() ^
          Authenticator.GetHashCode());
    }
  }