Discuss this help topic in SecureBlackbox Forum

TElRelativeDistinguishedName.Assign

TElRelativeDistinguishedName     See also     


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


Copies data from another instance of TElRelativeDistinguishedName class.

Declaration

[C#]
    void Assign(TElRelativeDistinguishedName Source);

[VB.NET]
    Sub Assign(ByVal Source As TElRelativeDistinguishedName)

[Pascal]
    procedure Assign(Source : TPersistent);

[C++]
    void Assign(TPersistent &Source);
    void Assign(TPersistent *Source);

[PHP]
    void Assign(TPersistent $Source)

[Java]
    void assign(TElRelativeDistinguishedName Source);

Parameters

  • Source - the object from which the content should be copied.

Description

Use this method to copy data of another RDN into the current one.

See also:     LoadFromDNString     LoadFromTag    

Discuss this help topic in SecureBlackbox Forum