C# Class Electro.Crypto.PrivateKey

Exibir arquivo Open project: HackerDom/ructfe-2015 Class Usage Examples

Private Properties

Property Type Description
OnDeserialized void
OnSerializing void

Public Methods

Method Description
GenPrivateKey ( int maxNum, int bitsCount = DefaultBitsCount ) : PrivateKey

Private Methods

Method Description
OnDeserialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void

Method Details

GenPrivateKey() public static method

public static GenPrivateKey ( int maxNum, int bitsCount = DefaultBitsCount ) : PrivateKey
maxNum int
bitsCount int
return PrivateKey