EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageSigner.IncludeCertificates

TElMessageSigner     See also    


 

This property defines whether certificates are included into signature.

 
 

Declaration

[C#]
    bool IncludeCertificates;

[VB.NET]
    Property IncludeCertificates As Boolean

[Pascal]
    property IncludeCertificates : boolean;

[VB6]
    Property IElMessageSignerX3.IncludeCertificates As Boolean

[ActiveX]
    HRESULT _stdcall IElMessageSignerX3.IncludeCertificates([out, retval] VARIANT_BOOL * Value );
    HRESULT _stdcall IElMessageSignerX3.IncludeCertificates([in] VARIANT_BOOL Value );

[DLL]
not implemented;
 
 

Description

    When this property is true (by default), certificates are included into the signature and used for message verification. When this property is false, certificates are not included and the application must pass certificates to verifier using TElMessageVerifier.CertStorage property.

    The value of this property makes sense only for mstPublicKey signature type. For mstMAC signatures the value of this property is ignored.

 
 

See also:     TElMessageVerifier.CertStorage     IncludeChain    

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