Property | Type | Description | |
---|---|---|---|
HashFunction |
Method | Description | |
---|---|---|
EncodeAndSign ( |
||
EncodeCMS ( |
||
ExtractAllSignatures ( string filePath ) : List |
||
SignFile ( String filePath, object digitalSignature ) : void | ||
VerifyFile ( string filePath, bool>.List |
Method | Description | |
---|---|---|
EncodeCMS ( |
Signs a data hash and returns the signature
|
|
Hash ( String filePath ) : byte[] |
Method | Description | |
---|---|---|
ExtractFirstSignature ( string filePath ) : String | ||
Hash ( Stream dataStream ) : byte[] | ||
Hash ( byte data ) : byte[] |
public EncodeAndSign ( |
||
certificate | ||
filePath | string | |
return | void |
protected EncodeCMS ( |
||
x | Certificate used to sign the data | |
hashedData | byte | Data digest to be signed |
return | String |
public EncodeCMS ( |
||
certificate | ||
filePath | String | |
return | object |
public ExtractAllSignatures ( string filePath ) : List |
||
filePath | string | |
return | List |
public SignFile ( String filePath, object digitalSignature ) : void | ||
filePath | String | |
digitalSignature | object | |
return | void |
public VerifyFile ( string filePath, bool>.List |
||
filePath | string | |
verifiedCMS | bool>.List | |
return | bool |