Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
protected Hash ( byte input ) : byte[] | ||
input | byte | The input. |
Результат | byte[] |
public RsaDigitalSignature ( RsaKey rsaKey ) : System | ||
rsaKey | RsaKey | The RSA key. |
Результат | System |