Signature |
The SignatureServiceBase type exposes the following members.
| Name | Description | |
|---|---|---|
| CAEXNodeToString | Gets the string representation of the caex object which can be used to compute a signature. Already existing signature headers and alias references are removed from the CAEX object. | |
| ComputeSignature | Prepares the CAEXObject for the calculation of a signature and returns the caex object's string representation, which can be used to calculate the signature. | |
| CreateSignature | Prepares the CAEXObject for the calculation of a signature and returns the caex object's string representation, which can be used to calculate the signature. | |
| GenerateKeys | Generates an asymmetric Keypair using the provided passPhrase as the Key Name | |
| VerifySignature(CAEXObject, String) | Verifies an assigned signature of the CAEX object | |
| VerifySignature(CAEXObject, String, String) | Verifies the provided signature for this CAEX object |