EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageSigner.UnauthenticatedAttributes

TElMessageSigner     See also    


 

This property specifies the unauthenticated attributes for the message.

 
 

Declaration

[C#]
    TElPKCS7Attributes UnauthenticatedAttributes;

[VB.NET]
    Property UnauthenticatedAttributes As TElPKCS7Attributes

[Pascal]
    property UnauthenticatedAttributes : TElPKCS7Attributes;

[VB6]
    Property IElMessageSignerX2.UnauthenticatedAttributes As IElPKCS7AttributesX

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

[DLL]
    HANDLE SBMessageSignerGetUnauthenticatedAttributes(HANDLE hSigner);
 
 

Parameters

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

Description

    Use this property to specify the unauthenticated attributes for the signed message. These attributes may contain auxiliary information about the message and/or its signers.

 
 

See also:     AuthenticatedAttributes    

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