Discuss this help topic in SecureBlackbox Forum

TElSAMLElement.Assign

TElSAMLElement     


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


Copies data from another SAML elemet to the current one.

Declaration

[C#]
    void Assign(TElSAMLElement Other);

[VB.NET]
    Sub Assign(ByVal Other As TElSAMLElement)

[Pascal]
    procedure Assign(Other : TElSAMLElement); virtual;

[C++]
    void Assign(TElSAMLElement &Other);
    void Assign(TElSAMLElement *Other);

[PHP]
    void Assign(TElSAMLElement $Other)

[Java]
    void assign(TElSAMLElement Other);

Parameters

  • Other - SAML element which data should be copied.

Description

    Call this method to copy data from another SAML element to the current one.

Discuss this help topic in SecureBlackbox Forum