Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
DsaKey ( ) : System |
Initializes a new instance of the DsaKey class.
|
|
DsaKey ( BigInteger p, BigInteger q, BigInteger g, BigInteger y, BigInteger x ) : System |
Initializes a new instance of the DsaKey class.
|
|
DsaKey ( byte data ) : System |
Initializes a new instance of the DsaKey class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public DsaKey ( BigInteger p, BigInteger q, BigInteger g, BigInteger y, BigInteger x ) : System | ||
p | BigInteger | The p. |
q | BigInteger | The q. |
g | BigInteger | The g. |
y | BigInteger | The y. |
x | BigInteger | The x. |
return | System |
public DsaKey ( byte data ) : System | ||
data | byte | DER encoded private key data. |
return | System |