Discuss this help topic in SecureBlackbox Forum
Description
Use this class to verify the DKIM signature of the e-mail message.
To verify the signature you should perform the following sequence of operations:
- Create TElDomainKeysVerifier instance.
- Call ProcessHeader method passing header as parameter.
If it returns SB_DK_VERIFIER_ERROR_SUCCESS perform next step, otherwise perform the last one.
- Call ProcessBodyLine method for each line of the message body.
- If you want to verify certain signature from the Signatures list, call Verify method and pass the index of the desired signature.
- Call Reset method to prepare object for the next message processing.
You can call
ProcessMessage method instead of
ProcessHeader and
ProcessBodyLine.
Properties
Methods
Declared in
.NET:
- Namespace: SBDomainKeys
- Assembly: SecureBlackbox.MIME
VCL:Java:
- Package: SecureBlackbox.MIME.jar
C++:
Licensing
To use this class in the development and distribution of your software projects, you need to purchase one of the following licenses:
SecureBlackbox Professional, SecureBlackbox Standard
Discuss this help topic in SecureBlackbox Forum