Discuss this help topic in SecureBlackbox Forum

TElDomainKeysVerifier class

Properties     Methods     Declared in     Licensing     


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:

  1. Create TElDomainKeysVerifier instance.
  2. Call ProcessHeader method passing header as parameter. If it returns SB_DK_VERIFIER_ERROR_SUCCESS perform next step, otherwise perform the last one.
  3. Call ProcessBodyLine method for each line of the message body.
  4. If you want to verify certain signature from the Signatures list, call Verify method and pass the index of the desired signature.
  5. 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:
  • Unit: SBDomainKeys
Java:
  • Package: SecureBlackbox.MIME.jar
C++:
  • sbdomainkeys.h

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