EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPGPWriter.EncryptionType

TElPGPWriter     See also    


 

Specifies encryption type: password, key or both.

 
 

Declaration

[C#]
    TSBPGPEncryptionType EncryptionType;

[VB.NET]
    Property EncryptionType As TSBPGPEncryptionType

[Pascal]
    property EncryptionType : TSBPGPEncryptionType;

[VB6]
    Property EncryptionType As TxSBPGPEncryptionType

[ActiveX]
    HRESULT _stdcall EncryptionType([out, retval] TxSBPGPEncryptionType * Result);
    HRESULT _stdcall EncryptionType([in] TxSBPGPEncryptionType Value);

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] [ActiveX] Description
etPublicKey public key will be used for encryption.
etPassphrase password will be used for encryption.
etBoth both public key and password will be used for encryption.
It implies, that decryption can be performed by either the password or the private (secret) key.
Declared in
[.NET] [Pascal]
Namespace: SBPGP
Assembly: SecureBlackbox.PGP
Unit: SBPGP

 
 

Description

    This property determines type of encryption.

 
 

See also:     SymmetricKeyAlgorithm    

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