Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
DsaDigitalSignature ( DsaKey key ) : System |
Initializes a new instance of the DsaDigitalSignature class.
|
|
Sign ( byte input ) : byte[] |
Creates the signature.
|
|
Verify ( byte input, byte signature ) : bool |
Verifies the signature.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public DsaDigitalSignature ( DsaKey key ) : System | ||
key | DsaKey | The DSA key. |
return | System |
public Verify ( byte input, byte signature ) : bool | ||
input | byte | The input. |
signature | byte | The signature. |
return | bool |