EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageVerifier.Attributes

TElMessageVerifier     See also    


 

This property returns the Attributes which were included in signed message.

 
 

Declaration

[C#]
    TElPKCS7Attributes Attributes;

[VB.NET]
    Property Attributes As TElPKCS7Attributes

[Pascal]
    property Attributes : TElPKCS7Attributes;

[VB6]
    Property IElMessageVerifierX2.Attributes As IElPKCS7AttributesX

[ActiveX]
    HRESULT _stdcall IElMessageVerifierX2.Attributes([out, retval] IElPKCS7AttributesX ** Value );

[DLL]
    __stdcall HANDLE SBMessageVerifierGetAttributes(HANDLE hVerifier);
 
 

Parameters

  • [DLL]hVerifier - handle to the TElMessageVerifier object that was returned by Constructor
 
 

Description

    Check this property after calling Verify method. This property contains attributes in (Name, Values) form.

 
 

See also:     HashAlgorithm    

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