C# Class SteamKit2.RSACrypto

Inheritance: IDisposable
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Encrypt ( byte input ) : byte[]
RSACrypto ( byte key ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Encrypt() public méthode

public Encrypt ( byte input ) : byte[]
input byte
Résultat byte[]

RSACrypto() public méthode

public RSACrypto ( byte key ) : System
key byte
Résultat System