EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.UsePSS

TElCMSSignature     See also    


 

Specifies, whether RSASSA-PSS algorithm is used.

 
 

Declaration

[C#]
    bool UsePSS;

[VB.NET]
    Property UsePSS As Boolean

[Pascal]
    property UsePSS : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    If this property value is True, RSASSA-PSS algorithm is used for signing. Though RSASSA-PSS algorithm provides better security than classic RSA scheme (PKCS#1-1.5), please take into account, that RSASSA-PSS is a relatively new algorithm and it may not be understood by older implementations.

 
 

See also:     SignatureAlgorithm    

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