Method | Description | |
---|---|---|
Sign ( Stream input, Stream output, |
Sign.
|
|
Verify ( Stream input, string serial = null ) : bool |
Verify.
|
Method | Description | |
---|---|---|
AddSignableItems ( |
||
CreateOfficeObject ( string signatureID, string manifestHashAlgorithm ) : System.Security.Cryptography.Xml.DataObject | ||
SignAllParts ( |
public Sign ( Stream input, Stream output, |
||
input | Stream | The input. |
output | Stream | The output. |
certificate | The certificate. | |
return | void |
public Verify ( Stream input, string serial = null ) : bool | ||
input | Stream | The input. |
serial | string | The serial. |
return | bool |