Method | Description | |
---|---|---|
For ( string type ) : |
Initialize a signer for the specified file name.
|
|
Sign ( Stream input, Stream output, |
Sign
|
|
Sign ( string input, string output, |
Signs the file.
|
|
Verify ( Stream input, string serial = null ) : bool |
Verifies
|
Method | Description | |
---|---|---|
CheckInputOutputAndCertificate ( Stream input, Stream output, |
Checks the input output and certificate.
|
Method | Description | |
---|---|---|
NormalizeExtension ( string input ) : string |
Normalizes the extension.
|
protected static CheckInputOutputAndCertificate ( Stream input, Stream output, |
||
input | Stream | The input. |
output | Stream | The output. |
certificate | The certificate. | |
return | void |
public static For ( string type ) : |
||
type | string | The type. |
return |
public abstract Sign ( Stream input, Stream output, |
||
input | Stream | The input. |
output | Stream | The output. |
certificate | The certificate. | |
return | void |
public Sign ( string input, string output, |
||
input | string | The input. |
output | string | The output. |
certificate | The certificate. | |
return | void |
public abstract Verify ( Stream input, string serial = null ) : bool | ||
input | Stream | The input. |
serial | string | The serial. |
return | bool |