Discuss this help topic in SecureBlackbox Forum

TElPGPSecretSubKey.Assign

TElPGPSecretSubKey     See also     


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


Copies data from another instance of TElPGPSecretSubkey class.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure Assign(Source : TPersistent);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Source - the subkey to copy the data from.

Description

    Use this method to copy the data from another secret subkey.

See also:     AssignTo    

Discuss this help topic in SecureBlackbox Forum