 | SignatureServiceBaseCreateSignature Method |
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.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic virtual string CreateSignature(
CAEXObject CAEXObjectToSign,
string privateKey,
string passPhrase
)
Public Overridable Function CreateSignature (
CAEXObjectToSign As CAEXObject,
privateKey As String,
passPhrase As String
) As String
public:
virtual String^ CreateSignature(
CAEXObject^ CAEXObjectToSign,
String^ privateKey,
String^ passPhrase
)
Parameters
- CAEXObjectToSign CAEXObject
- The CAEX object to be signed.
- privateKey String
- The private key in xml string format to compute the signature.
- passPhrase String
- The pass phrase to decrypt the private key.
Return Value
StringString representation of the CAEX object.
CAEXNodeToString(CAEXObject)Implements
ISigningCreateSignature(CAEXObject, String, String)
See Also