Discuss this help topic in SecureBlackbox Forum

TSBPGPEncryptedSymmetricKey

Declared in     See also     


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


This topic is under development…

Declaration

[C#/Java]
    struct TSBPGPEncryptedSymmetricKey
    {
        byte[] Value0;
        byte[] Value1;
    }

[VB.NET]
        Structure TSBPGPEncryptedSymmetricKey
        Value0 As Byte()
        Value1 As Byte()
    End Structure

[Pascal]
    TSBPGPEncryptedSymmetricKey = record
    Value0 : ByteArray;
    Value1 : ByteArray;
    end;

[C++]
    typedef struct
    {
        void * Value0;
        void * Value1;
    } TSBPGPEncryptedSymmetricKey;

Parameters

  • Value0 -
  • Value1 -

Description

    …

Declared in

.NET:
  • Namespace: SBPGPUtils
  • Assembly: SecureBlackbox.PGP
VCL:
  • Unit: SBPGPUtils
Java:
  • Package: SecureBlackbox.PGP.jar
C++:
  • sbpgputils.h

See also:     ParseFileListEntry    

Discuss this help topic in SecureBlackbox Forum