C# Class TLSharp.Core.MTProto.Crypto.AuthKey

Afficher le fichier Open project: sochix/TLSharp Class Usage Examples

Méthodes publiques

Méthode Description
AuthKey ( TLSharp.Core.MTProto.Crypto.BigInteger gab ) : System
AuthKey ( byte data ) : System
CalcNewNonceHash ( byte newNonce, int number ) : byte[]
ToString ( ) : string

Method Details

AuthKey() public méthode

public AuthKey ( TLSharp.Core.MTProto.Crypto.BigInteger gab ) : System
gab TLSharp.Core.MTProto.Crypto.BigInteger
Résultat System

AuthKey() public méthode

public AuthKey ( byte data ) : System
data byte
Résultat System

CalcNewNonceHash() public méthode

public CalcNewNonceHash ( byte newNonce, int number ) : byte[]
newNonce byte
number int
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string