C# Class Electro.Crypto.PublicKey

Datei anzeigen Open project: HackerDom/ructfe-2015 Class Usage Examples

Private Properties

Property Type Description
OnDeserialized void
OnSerializing void

Public Methods

Method Description
GenPublicKey ( PrivateKey privateKey, int bitsCount = DefaultBitsCount ) : PublicKey

Private Methods

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

Method Details

GenPublicKey() public static method

public static GenPublicKey ( PrivateKey privateKey, int bitsCount = DefaultBitsCount ) : PublicKey
privateKey PrivateKey
bitsCount int
return PublicKey