EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPCustomSecretKey.Passphrase

TElPGPCustomSecretKey     See also    


 

Contains password for the key.

 
 

Declaration

[C#]
    string Passphrase;

[VB.NET]
    Property Passphrase As String

[Pascal]
    property Passphrase : string;

[VB6]
    Property Passphrase As String

[ActiveX]
    HRESULT _stdcall Passphrase([out, retval] BSTR * Value );
    HRESULT _stdcall Passphrase([in] BSTR Value );

[DLL]
    not implemented;
 
 

Description

    Use this property to access password for the key. The value of this property must be set before calling Sign method.

 
 

See also:     HashAlgorithm    

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