SteamKit2.SteamID.GetStaticAccountKey C# (CSharp) Method

GetStaticAccountKey() public method

Returns a static account key used for grouping accounts with differing instances.
public GetStaticAccountKey ( ) : ulong
return ulong
        public ulong GetStaticAccountKey()
        {
            return ( ( ulong )AccountUniverse << 56 ) + ( ( ulong )AccountType << 52 ) + AccountID;
        }