EldoS
Navigation
Web site
Support
Table Of Contents

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

  • Signatures
  • SignaturesCount
 
 

Methods

  • ProcessHeader
  • ProcessBodyLine
  • ProcessMessage
  • Reset
  • Verify
 
 

Declared in

.NET:

  • Namespace: SBDomainKeys
  • Assembly: SecureBlackbox.MIME
VCL:
  • Unit: SBDomainKeys
ActiveX/DLL: Not available
 
 

Licensing

To use the component in development and distribution of your projects, you need to purchase one of the licenses:

.NET: MIMEBlackbox OR SecureBlackbox Data Security OR SecureBlackbox Standard OR SecureBlackbox Professional

VCL: MIMEBlackbox OR SecureBlackbox Data Security OR SecureBlackbox Standard OR SecureBlackbox Professional

ActiveX/DLL: Not available

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation