EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageEncryptor.UseOAEP

TElMessageEncryptor    


 

Specifies if RSA-OAEP algorithm is used.

 
 

Declaration

[C#]
    bool UseOAEP;

[VB.NET]
    Property UseOAEP As Boolean

[Pascal]
    property UseOAEP: Boolean

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    If this property value is true, then RSA-OAEP algorithm is used when encrypting a message. Though RSA-OAEP algorithm provides better security than classic RSA scheme (PKCS#1-1.5), please take into account, that RSA-OAEP is a relatively new algorithm and it may not be understood by older implementations.

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