Discuss this help topic in SecureBlackbox Forum

TElXMLEncryptor.EncryptKey

TElXMLEncryptor     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether the encryption key should be encrypted.

Declaration

[C#]
    bool EncryptKey;

[VB.NET]
    Property EncryptKey As Boolean

[Pascal]
    property EncryptKey : boolean;

[C++]
    bool get_EncryptKey();
    void set_EncryptKey(bool Value);

[PHP]
    bool get_EncryptKey()
    void set_EncryptKey(bool $Value)

[Java]
    boolean getEncryptKey();
    void setEncryptKey(boolean Value);

Description

     This property specifies whether the encryption key should be encrypted and also added to the encrypted data.

     For security purposes it makes sense to create a one-time key and include it with encrypted data. Use shared secret to encrypt/decrypt the encrypted key.

See also:     KeyEncryptionType     KeyEncryptionKeyData    

Discuss this help topic in SecureBlackbox Forum