Discuss this help topic in SecureBlackbox Forum

TElCAdESRevocationInfo.Assign

TElCAdESRevocationInfo     See also     


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


Copies all revocation data from another instance of TElCAdESRevocationInfo.

Declaration

[C#]
    void Assign(TElCAdESRevocationInfo Source, bool Clear);

[VB.NET]
    Sub Assign(ByVal Source As TElCAdESRevocationInfo, ByVal Clear As Boolean)

[Pascal]
    procedure Assign(Source : TElCAdESRevocationInfo; Clear : boolean);

[C++]
    void Assign(TElCAdESRevocationInfo &Source, bool Clear);
    void Assign(TElCAdESRevocationInfo *Source, bool Clear);

[PHP]
    void Assign(TElCAdESRevocationInfo $Source, bool $Clear)

[Java]
    void assign(TElCAdESRevocationInfo Source, boolean Clear);

Parameters

  • Source - the object which contains the data to be copied.
  • Clear - set this parameter to True to clear all revocation info contained in the current object before copying.

Description

    Use this method to copy revocation info from another object.

See also:     Clear    

Discuss this help topic in SecureBlackbox Forum