EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSSHKey.RSAPublicExponent

TElSSHKey     See also    


 

This property specifies the value of Public Key of RSA scheme

 
 

Declaration

[C#]
    byte[] RSAPublicExponent;

[VB.NET]
    Property RSAPublicExponent As Byte()

[Pascal]
    property RSAPublicExponent : string;

[VB6]
    Property RSAPublicExponent As Variant

[ActiveX]
    HRESULT _stdcall RSAPublicExponent([in] VARIANT Value );
    HRESULT _stdcall RSAPublicExponent([out, retval] VARIANT * Value );

[DLL]
    not implemented;
 
 
 

Description

    This property specifies the Public Key («E») parameter of the RSA encryption/signing scheme. The string should contain the binary data of RSA Public Key.

 
 

See also:     RSAPrivateExponent    RSAPublicModulus   

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