C# Class SteamKit2.RSACrypto

Inheritance: IDisposable
显示文件 Open project: Top-Cat/SteamBot Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Encrypt ( byte input ) : byte[]
RSACrypto ( byte key ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Encrypt() public method

public Encrypt ( byte input ) : byte[]
input byte
return byte[]

RSACrypto() public method

public RSACrypto ( byte key ) : System
key byte
return System