EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageEncryptor.UseUndefSize

TElMessageEncryptor    


 

This property allows or forbids the use of ASN.1 tags of undefined size.

 
 

Declaration

[C#]
    bool UseUndefSize;

[VB.NET]
    Property UseUndefSize As Boolean

[Pascal]
    property UseUndefSize: Boolean

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Set UseUndefSize to False to prevent use of ASN.1 tags with undefined size. Usually PKCS#7 messages are handled correctly when such tags are used. However some ASN.1 parsers (S/MIME handler in Outlook Express, security plugins of Adobe Acrobat) can't correctly handle such tags. If you are targeting such software, you need this property.
    Default value is True (use of such tags is allowed).

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