EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageSigner.AuthenticatedAttributes

TElMessageSigner     See also    


 

This property specifies the Authenticated Attributes for the signed data.

 
 

Declaration

[C#]
    TElPKCS7Attributes AuthenticatedAttributes;

[VB.NET]
    Property AuthenticatedAttributes As TElPKCS7Attributes

[Pascal]
    property AuthenticatedAttributes : TElPKCS7Attributes;

[VB6]
    Property IElMessageSignerX2.AuthenticatedAttributes As IElPKCS7AttributesX

[ActiveX]
    HRESULT _stdcall IElMessageSignerX2.AuthenticatedAttributes([out, retval] IElPKCS7AttributesX ** Value );

[DLL]
    __stdcall HANDLE SBMessageSignerGetAuthenticatedAttributes(HANDLE hSigner);
 
 

Parameters

  • [DLL]hSigner - handle to the TElMessageSigner object that was returned by Constructor
 
 

Description

    Use this property to specify the authenticated attributes for a signed data. If the number of authenticated attributes is greater than 0, then they are signed instead of input data. Authenticated attributes may contain auxiliary information which is signed using signers' certificates.

    Authenticated attributes are commonly used in S/MIME protocol. In this case, they contain the message digest for the mail message. Mail message itself is not included to signature.

 
 

See also:     UnauthenticatedAttributes    

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