C# Class Electro.Crypto.PrivateKey

Afficher le fichier Open project: HackerDom/ructfe-2015 Class Usage Examples

Private Properties

Свойство Type Description
OnDeserialized void
OnSerializing void

Méthodes publiques

Méthode Description
GenPrivateKey ( int maxNum, int bitsCount = DefaultBitsCount ) : PrivateKey

Private Methods

Méthode Description
OnDeserialized ( StreamingContext context ) : void
OnSerializing ( StreamingContext context ) : void

Method Details

GenPrivateKey() public static méthode

public static GenPrivateKey ( int maxNum, int bitsCount = DefaultBitsCount ) : PrivateKey
maxNum int
bitsCount int
Résultat PrivateKey