Discuss this help topic in SecureBlackbox Forum

TElXMLDecryptor.EncryptKey

TElXMLDecryptor     See also     


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


Specifies if the encryption key was included with the encrypted data.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property EncryptKey : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

     This read-only property specifies whether the encryption key was encrypted and 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