C# Class WoWClassic.Common.SRPHelperExtensions

Exibir arquivo Open project: miceiken/WoWClassicAuthServer

Public Methods

Method Description
SwitchEndian ( this old ) : ushort
ToPositiveBigInteger ( this bytes ) : System.Numerics.BigInteger
ToProperByteArray ( this b ) : byte[]

Method Details

SwitchEndian() public static method

public static SwitchEndian ( this old ) : ushort
old this
return ushort

ToPositiveBigInteger() public static method

public static ToPositiveBigInteger ( this bytes ) : System.Numerics.BigInteger
bytes this
return System.Numerics.BigInteger

ToProperByteArray() public static method

public static ToProperByteArray ( this b ) : byte[]
b this
return byte[]