Click or drag to resize

SignatureServiceBase Methods

The SignatureServiceBase type exposes the following members.

Methods
 NameDescription
Public methodCAEXNodeToString 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.
Public methodComputeSignature 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.
Public methodCreateSignature 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.
Public methodGenerateKeys Generates an asymmetric Keypair using the provided passPhrase as the Key Name
Public methodVerifySignature(CAEXObject, String) Verifies an assigned signature of the CAEX object
Public methodVerifySignature(CAEXObject, String, String) Verifies the provided signature for this CAEX object
Top
See Also