Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
RsaDigitalSignature ( RsaKey rsaKey ) : System |
Initializes a new instance of the RsaDigitalSignature class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
|
Hash ( byte input ) : byte[] |
Hashes the specified input.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public RsaDigitalSignature ( RsaKey rsaKey ) : System | ||
rsaKey | RsaKey | The RSA key. |
return | System |